From: Juanma Barranquero Date: Mon, 19 Mar 2007 09:44:13 +0000 (+0000) Subject: (def-edebug-spec): Fix typo in docstring. X-Git-Tag: emacs-pretest-22.0.96~48 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b0dbc84e364ae3b61efbf5b1f86064e6e3aae570;p=emacs.git (def-edebug-spec): Fix typo in docstring. --- diff --git a/lisp/subr.el b/lisp/subr.el index 7f5dd726a12..677a31d0313 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -55,7 +55,7 @@ that complains if FORM ever does return differing values." (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)))