summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2007-03-19 09:44:13 +0000
committerJuanma Barranquero <lekktu@gmail.com>2007-03-19 09:44:13 +0000
commitb0dbc84e364ae3b61efbf5b1f86064e6e3aae570 (patch)
tree484cf88f538442e119558b93eb9d80c3e7140b77
parentf0f971b12ef687edfd6a3f2780c22bd25457221c (diff)
downloademacs-b0dbc84e364ae3b61efbf5b1f86064e6e3aae570.tar.gz
(def-edebug-spec): Fix typo in docstring.
-rw-r--r--lisp/subr.el2
1 files changed, 1 insertions, 1 deletions
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)))