diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
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, | |||
| 873 | If FORM is not a macro call, it is returned unchanged.\n\ | 873 | If FORM is not a macro call, it is returned unchanged.\n\ |
| 874 | Otherwise, the macro is expanded and the expansion is considered\n\ | 874 | Otherwise, the macro is expanded and the expansion is considered\n\ |
| 875 | in place of FORM. When a non-macro-call results, it is returned.\n\n\ | 875 | in place of FORM. When a non-macro-call results, it is returned.\n\n\ |
| 876 | The second optional arg ENVIRONMENT species an environment of macro\n\ | 876 | The second optional arg ENVIRONMENT specifies an environment of macro\n\ |
| 877 | definitions to shadow the loaded ones for use in file byte-compilation.") | 877 | definitions 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; |