# HG changeset patch # User Richard M. Stallman # Date 787515924 0 # Node ID be0081d9ba769cdb4ea9b2d7b1db5318afe0859d # Parent 6270254bfd9a6b8910100ab7c33b544f700f04f8 (lambda): Doc fix. diff -r 6270254bfd9a -r be0081d9ba76 lisp/subr.el --- a/lisp/subr.el Thu Dec 15 18:23:58 1994 +0000 +++ b/lisp/subr.el Thu Dec 15 18:25:24 1994 +0000 @@ -28,8 +28,9 @@ A call of the form (lambda ARGS DOCSTRING INTERACTIVE BODY) is self-quoting; the result of evaluating the lambda expression is the expression itself. The lambda expression may then be treated as a -function, i. e. stored as the function value of a symbol, passed to -funcall or mapcar, etcetera. +function, i.e., stored as the function value of a symbol, passed to +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. INTERACTIVE should be a call to the function `interactive', which see.