mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-25 10:47:00 +00:00
(lambda): Doc fix.
This commit is contained in:
parent
2d24227e43
commit
8fd68088e9
@ -32,7 +32,9 @@ function, i.e., stored as the function value of a symbol, passed to
|
|||||||
funcall or mapcar, etc.
|
funcall or mapcar, etc.
|
||||||
|
|
||||||
ARGS should take the same form as an argument list for a `defun'.
|
ARGS should take the same form as an argument list for a `defun'.
|
||||||
DOCSTRING should be a string, as described for `defun'. It may be omitted.
|
DOCSTRING is an optional documentation string.
|
||||||
|
If present, it should describe how to call the function.
|
||||||
|
But documentation strings are usually not useful in nameless functions.
|
||||||
INTERACTIVE should be a call to the function `interactive', which see.
|
INTERACTIVE should be a call to the function `interactive', which see.
|
||||||
It may also be omitted.
|
It may also be omitted.
|
||||||
BODY should be a list of lisp expressions."
|
BODY should be a list of lisp expressions."
|
||||||
|
Loading…
Reference in New Issue
Block a user