doc/clang.tex: Clarify that `c-function-arguments' never gives you keywords.
[sod] / 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}