mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(def-edebug-spec): Fix typo in docstring.
This commit is contained in:
parent
f0f971b12e
commit
b0dbc84e36
1 changed files with 1 additions and 1 deletions
|
|
@ -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)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue