Mercurial > emacs
changeset 30998:0a223a2b9a06
(cl-macroexpand): Doc fix.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 21 Aug 2000 11:38:26 +0000 |
parents | 92be2cf59eca |
children | 849bb11a3cda |
files | lisp/emacs-lisp/cl.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/emacs-lisp/cl.el Mon Aug 21 09:56:52 2000 +0000 +++ b/lisp/emacs-lisp/cl.el Mon Aug 21 11:38:26 2000 +0000 @@ -222,7 +222,7 @@ Otherwise, the macro is expanded and the expansion is considered in place of FORM. When a non-macro-call results, it is returned. -The second optional arg ENVIRONMENT species an environment of macro +The second optional arg ENVIRONMENT specifies an environment of macro definitions to shadow the loaded ones for use in file byte-compilation." (let ((cl-macro-environment cl-env)) (while (progn (setq cl-macro (funcall cl-old-macroexpand cl-macro cl-env))