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 | |
| parent | 2bcfe15e42085505e0b953098dba7a0970c1ed19 (diff) | |
| download | emacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.tar.gz emacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.zip | |
(Fdefmacro): Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/eval.c | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 32c72798647..5f963c8f796 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-02-12 Juanma Barranquero <lektu@terra.es> | ||
| 2 | |||
| 3 | * eval.c (Fdefmacro): Fix typo. | ||
| 4 | |||
| 1 | 2003-02-12 Kim F. Storm <storm@cua.dk> | 5 | 2003-02-12 Kim F. Storm <storm@cua.dk> |
| 2 | 6 | ||
| 3 | * macros.c (Fstart_kbd_macro): If appending, and last keyboard | 7 | * macros.c (Fstart_kbd_macro): If appending, and last keyboard |
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; |