diff options
| author | Gerd Moellmann | 2000-08-21 11:39:17 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-08-21 11:39:17 +0000 |
| commit | 80c05374a4e7df93fe9df6302030ea045a2d8b04 (patch) | |
| tree | 96e764c98dba380e92cf0dd7bfcaa7e7c181d242 /src | |
| parent | f15e298c4ae3969d1c80c658d07af291c64b6c1f (diff) | |
| download | emacs-80c05374a4e7df93fe9df6302030ea045a2d8b04.tar.gz emacs-80c05374a4e7df93fe9df6302030ea045a2d8b04.zip | |
(Fmacroexpand): Doc fix.
Diffstat (limited to 'src')
| -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; |