# HG changeset patch # User Juanma Barranquero # Date 1174297453 0 # Node ID f74d086230016e24c6450ab53c9cd89629727f39 # Parent 29796f0d574b5eea514cf2d22fcae5c6ebc3e50a (def-edebug-spec): Fix typo in docstring. diff -r 29796f0d574b -r f74d08623001 lisp/subr.el --- 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)))