(Fmacroexpand): Doc fix.
This commit is contained in:
parent
f15e298c4a
commit
80c05374a4
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue