From bec0d7f9d9f42d38d32f58203491b8a4de6c5b2e Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 15 Dec 1994 18:25:24 +0000 Subject: [PATCH] (lambda): Doc fix. --- lisp/subr.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/subr.el b/lisp/subr.el index 6523e48bdb4..427189f64a2 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -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. -- 2.39.5