1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Improve indexing of function doc string conventions

* doc/lispref/functions.texi (Function Documentation): Improve
indexing (bug#38158).
This commit is contained in:
Eli Zaretskii 2019-11-15 11:42:11 +02:00
parent e68912ea6b
commit 48169f7c65

View file

@ -453,7 +453,8 @@ after a @code{&rest} argument.
@node Function Documentation @node Function Documentation
@subsection Documentation Strings of Functions @subsection Documentation Strings of Functions
@cindex documentation of function @cindex documentation string of function
@cindex function's documentation string
A lambda expression may optionally have a @dfn{documentation string} A lambda expression may optionally have a @dfn{documentation string}
just after the lambda list. This string does not affect execution of just after the lambda list. This string does not affect execution of