* lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).
This commit is contained in:
parent
5d344e883f
commit
2b1e1a2263
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-28 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* subr.el (def-edebug-spec): Doc fix (Bug#8430).
|
||||
|
||||
2011-05-28 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* files.el (auto-mode-alist): Move config rule after the
|
||||
|
|
|
@ -92,7 +92,7 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be:
|
|||
0 (instrument no arguments); t (instrument all arguments);
|
||||
a symbol (naming a function with an Edebug specification); or a list.
|
||||
The elements of the list describe the argument types; see
|
||||
\(info \"(elisp)Specification List\") for details."
|
||||
Info node `(elisp)Specification List' for details."
|
||||
`(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))
|
||||
|
||||
(defmacro lambda (&rest cdr)
|
||||
|
|
Loading…
Add table
Reference in a new issue