# HG changeset patch # User Gerd Moellmann # Date 966857957 0 # Node ID 849bb11a3cda291e70839f409b03e881b8e54c9f # Parent 0a223a2b9a06ddd00c05cfa81913cfe40639d196 (Fmacroexpand): Doc fix. diff -r 0a223a2b9a06 -r 849bb11a3cda src/eval.c --- 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;