Mercurial > emacs
changeset 76565:f74d08623001
(def-edebug-spec): Fix typo in docstring.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 19 Mar 2007 09:44:13 +0000 |
parents | 29796f0d574b |
children | 11d72543a2ba |
files | lisp/subr.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Mon Mar 19 09:25:46 2007 +0000 +++ b/lisp/subr.el Mon Mar 19 09:44:13 2007 +0000 @@ -55,7 +55,7 @@ (defmacro def-edebug-spec (symbol spec) "Set the `edebug-form-spec' property of SYMBOL according to SPEC. -Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol +Both SYMBOL and SPEC are unevaluated. The SPEC can be 0, t, a symbol \(naming a function), or a list." `(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))