]> code.delx.au - gnu-emacs/commitdiff
(def-edebug-spec): Fix typo in docstring.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:13 +0000 (09:44 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 19 Mar 2007 09:44:13 +0000 (09:44 +0000)
lisp/subr.el

index 7f5dd726a120c794045cac47ce8d0b11931d73f2..677a31d031328b8c947e1b3d7513cd6f99595495 100644 (file)
@@ -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)))