aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 9db0b8f0169..1e2065fa149 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -873,7 +873,7 @@ DEFUN ("macroexpand", Fmacroexpand, Smacroexpand, 1, 2, 0,
873If FORM is not a macro call, it is returned unchanged.\n\ 873If FORM is not a macro call, it is returned unchanged.\n\
874Otherwise, the macro is expanded and the expansion is considered\n\ 874Otherwise, the macro is expanded and the expansion is considered\n\
875in place of FORM. When a non-macro-call results, it is returned.\n\n\ 875in place of FORM. When a non-macro-call results, it is returned.\n\n\
876The second optional arg ENVIRONMENT species an environment of macro\n\ 876The second optional arg ENVIRONMENT specifies an environment of macro\n\
877definitions to shadow the loaded ones for use in file byte-compilation.") 877definitions to shadow the loaded ones for use in file byte-compilation.")
878 (form, environment) 878 (form, environment)
879 Lisp_Object form; 879 Lisp_Object form;