Mercurial > emacs
changeset 49752:aa54553dad6b
(Fdefmacro): Fix typo.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Wed, 12 Feb 2003 15:44:40 +0000 |
parents | cc3cda196420 |
children | 307b9f6d7dac |
files | src/eval.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/eval.c Wed Feb 12 15:23:21 2003 +0000 +++ b/src/eval.c Wed Feb 12 15:44:40 2003 +0000 @@ -664,7 +664,7 @@ (edebug DEBUG) Set NAME's `edebug-form-spec' property to DEBUG. (This is - equivalent to writing a `def-edebug-spec' for the macro. + equivalent to writing a `def-edebug-spec' for the macro.) usage: (defmacro NAME ARGLIST [DOCSTRING] [DECL] BODY...) */) (args) Lisp_Object args;