projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
254f476
)
Fix functions.texi syntax error
author
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Oct 2022 20:17:12 +0000
(22:17 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 18 Oct 2022 20:17:12 +0000
(22:17 +0200)
* doc/lispref/functions.texi (Function Documentation): Fix syntax
error.
doc/lispref/functions.texi
patch
|
blob
|
history
diff --git
a/doc/lispref/functions.texi
b/doc/lispref/functions.texi
index e1102832529c495d562f2307b7f12c6761a2dca4..7ffde7d43d1bac08409f773fbe0175122b67c45b 100644
(file)
--- a/
doc/lispref/functions.texi
+++ b/
doc/lispref/functions.texi
@@
-534,7
+534,7
@@
compiler emit a warning message when it compiles Lisp programs which
use the deprecated calling convention.
@cindex computed documentation string
-@kindex
{:documentation}
+@kindex
:documentation
Documentation strings are usually static, but occasionally it can be
necessary to generate them dynamically. In some cases you can do so
by writing a macro which generates at compile time the code of the