aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
authorJuanma Barranquero2003-02-12 15:45:05 +0000
committerJuanma Barranquero2003-02-12 15:45:05 +0000
commit7d5c86e5de5a7f0cbee5e460ce02843b2c26730a (patch)
treea18e6d8a5fa138aedbce06e85832bcfed2d3027b /src/eval.c
parent2bcfe15e42085505e0b953098dba7a0970c1ed19 (diff)
downloademacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.tar.gz
emacs-7d5c86e5de5a7f0cbee5e460ce02843b2c26730a.zip
(Fdefmacro): Fix typo.
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
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.)
668usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) 668usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */)
669 (args) 669 (args)
670 Lisp_Object args; 670 Lisp_Object args;