From b0dbc84e364ae3b61efbf5b1f86064e6e3aae570 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 19 Mar 2007 09:44:13 +0000 Subject: [PATCH] (def-edebug-spec): Fix typo in docstring. --- lisp/subr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.5