]> code.delx.au - gnu-emacs/commitdiff
(cl-macroexpand): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 Aug 2000 11:38:26 +0000 (11:38 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 Aug 2000 11:38:26 +0000 (11:38 +0000)
lisp/emacs-lisp/cl.el

index 29e7f6d2ac50977d4db4d2f59d805c3fb9484fcb..7be8a0561a23e861ae5a3cd1083c32be954ba2c0 100644 (file)
@@ -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))