doc/clang.tex: Clarify that `c-function-arguments' never gives you keywords.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:32:58 +0000 (17:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:39:04 +0000 (17:39 +0100)
doc/clang.tex

index 9719811..0047efb 100644 (file)
@@ -1013,7 +1013,7 @@ function type is the type of the function's return value.
 
 \begin{describe}{gf}
     {c-function-arguments @<c-function-type> @> @<arguments>}
-  Return the arguments list of the @<c-function-type>.
+  Return the (non-keyword) argument list of the @<c-function-type>.
 \end{describe}
 
 \begin{describe}{fun}