emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 2cca6408fd: Fix functions.texi syntax error


From: Lars Ingebrigtsen
Subject: master 2cca6408fd: Fix functions.texi syntax error
Date: Tue, 18 Oct 2022 16:17:25 -0400 (EDT)

branch: master
commit 2cca6408fde59e57a0937e561675d181f7fa226e
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 e110283252..7ffde7d43d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]