]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fmacroexpand): Doc fix.
authorGerd Moellmann <gerd@gnu.org>
Mon, 21 Aug 2000 11:39:17 +0000 (11:39 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 21 Aug 2000 11:39:17 +0000 (11:39 +0000)
src/eval.c

index 9db0b8f0169f63a75f4c606415e5c0f7816a2cec..1e2065fa149fb524b7d9a0fe235bd24d0ec88595 100644 (file)
@@ -873,7 +873,7 @@ DEFUN ("macroexpand", Fmacroexpand, Smacroexpand, 1, 2, 0,
 If FORM is not a macro call, it is returned unchanged.\n\
 Otherwise, the macro is expanded and the expansion is considered\n\
 in place of FORM.  When a non-macro-call results, it is returned.\n\n\
-The second optional arg ENVIRONMENT species an environment of macro\n\
+The second optional arg ENVIRONMENT specifies an environment of macro\n\
 definitions to shadow the loaded ones for use in file byte-compilation.")
   (form, environment)
      Lisp_Object form;