changeset 12395:71727759437e

(lambda): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Tue, 27 Jun 1995 06:52:56 +0000
parents 4fbc70e4d5e7
children d0c82df80d70
files lisp/subr.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/subr.el	Tue Jun 27 06:23:43 1995 +0000
+++ b/lisp/subr.el	Tue Jun 27 06:52:56 1995 +0000
@@ -32,7 +32,9 @@
 funcall or mapcar, etc.
 
 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.
 It may also be omitted.
 BODY should be a list of lisp expressions."