1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00: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
@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}
just after the lambda list. This string does not affect execution of