From 2cca6408fde59e57a0937e561675d181f7fa226e Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Tue, 18 Oct 2022 22:17:12 +0200 Subject: [PATCH] Fix functions.texi syntax error * doc/lispref/functions.texi (Function Documentation): Fix syntax error. --- doc/lispref/functions.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2