diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-08-21 11:38:26 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-08-21 11:38:26 +0000 |
commit | f15e298c4ae3969d1c80c658d07af291c64b6c1f (patch) | |
tree | bdd38a5c6fad64dbb566f0a85ee30031a611c0d0 /lisp/emacs-lisp/cl.el | |
parent | cbcef616a3be2414c6f82beee1249e2ae60eaee9 (diff) | |
download | emacs-f15e298c4ae3969d1c80c658d07af291c64b6c1f.tar.gz |
(cl-macroexpand): Doc fix.
Diffstat (limited to 'lisp/emacs-lisp/cl.el')
-rw-r--r-- | lisp/emacs-lisp/cl.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/cl.el b/lisp/emacs-lisp/cl.el index 29e7f6d2ac5..7be8a0561a2 100644 --- a/lisp/emacs-lisp/cl.el +++ b/lisp/emacs-lisp/cl.el @@ -222,7 +222,7 @@ If FORM is not a macro call, it is returned unchanged. 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)) |