chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e38e836
)
doc/clang.tex: Clarify that `c-function-arguments' never gives you keywords.
author
Mark Wooding
<mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:32:58 +0000
(17:32 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 7 Aug 2019 16:39:04 +0000
(17:39 +0100)
doc/clang.tex
patch
|
blob
|
blame
|
history
diff --git
a/doc/clang.tex
b/doc/clang.tex
index 971981131afcc0658b1697799ef2c2adc6e7eb16..0047efbc81ace0b6c3d7a9667ef458746f77ac0d 100644
(file)
--- a/
doc/clang.tex
+++ b/
doc/clang.tex
@@
-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}