changeset 30999:849bb11a3cda

(Fmacroexpand): Doc fix.
author Gerd Moellmann <gerd@gnu.org>
date Mon, 21 Aug 2000 11:39:17 +0000
parents 0a223a2b9a06
children 8c37314ca190
files src/eval.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/eval.c	Mon Aug 21 11:38:26 2000 +0000
+++ b/src/eval.c	Mon Aug 21 11:39:17 2000 +0000
@@ -873,7 +873,7 @@
 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;