diff options
| author | Juanma Barranquero | 2003-02-12 15:45:05 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2003-02-12 15:45:05 +0000 |
| commit | 7d5c86e5de5a7f0cbee5e460ce02843b2c26730a (patch) | |
| tree | a18e6d8a5fa138aedbce06e85832bcfed2d3027b /src/eval.c | |
| parent | 2bcfe15e42085505e0b953098dba7a0970c1ed19 (diff) | |
| download | emacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.tar.gz emacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.zip | |
(Fdefmacro): Fix typo.
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 9d63da194a8..373a9ad432b 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -664,7 +664,7 @@ The elements can look like this: | |||
| 664 | 664 | ||
| 665 | (edebug DEBUG) | 665 | (edebug DEBUG) |
| 666 | Set NAME's `edebug-form-spec' property to DEBUG. (This is | 666 | Set NAME's `edebug-form-spec' property to DEBUG. (This is |
| 667 | equivalent to writing a `def-edebug-spec' for the macro. | 667 | equivalent to writing a `def-edebug-spec' for the macro.) |
| 668 | usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) | 668 | usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) |
| 669 | (args) | 669 | (args) |
| 670 | Lisp_Object args; | 670 | Lisp_Object args; |