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:
parent
e68912ea6b
commit
48169f7c65
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue