From: Lars Ingebrigtsen Date: Tue, 18 Oct 2022 20:17:12 +0000 (+0200) Subject: Fix functions.texi syntax error X-Git-Tag: emacs-29.0.90~1616^2~545 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2cca6408fde59e57a0937e561675d181f7fa226e;p=emacs.git Fix functions.texi syntax error * doc/lispref/functions.texi (Function Documentation): Fix syntax error. --- diff --git a/doc/lispref/functions.texi b/doc/lispref/functions.texi index e1102832529..7ffde7d43d1 100644 --- 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