aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-08-21 11:39:17 +0000
committerGerd Moellmann2000-08-21 11:39:17 +0000
commit80c05374a4e7df93fe9df6302030ea045a2d8b04 (patch)
tree96e764c98dba380e92cf0dd7bfcaa7e7c181d242 /src
parentf15e298c4ae3969d1c80c658d07af291c64b6c1f (diff)
downloademacs-80c05374a4e7df93fe9df6302030ea045a2d8b04.tar.gz
emacs-80c05374a4e7df93fe9df6302030ea045a2d8b04.zip
(Fmacroexpand): Doc fix.
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;