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 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; |