# HG changeset patch # User Richard M. Stallman # Date 804235976 0 # Node ID 71727759437e5d2542c5978b82d6f055e85801f0 # Parent 4fbc70e4d5e778804064d54f602dc444f7bb71dd (lambda): Doc fix. diff -r 4fbc70e4d5e7 -r 71727759437e lisp/subr.el --- 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."