aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Ryde2011-05-28 15:36:02 -0400
committerChong Yidong2011-05-28 15:36:02 -0400
commit2b1e1a2263e82bde6e429a906cb786ea144f9db5 (patch)
tree9e726b3718b37371ddea157edd5ea156f6b41fc9
parent5d344e883f9e599a1580009a55bcf09230e1da02 (diff)
downloademacs-2b1e1a2263e82bde6e429a906cb786ea144f9db5.tar.gz
emacs-2b1e1a2263e82bde6e429a906cb786ea144f9db5.zip
* lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/subr.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a27a784f0ec..9da3ecdd777 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-05-28 Kevin Ryde <user42@zip.com.au>
2
3 * subr.el (def-edebug-spec): Doc fix (Bug#8430).
4
12011-05-28 Chong Yidong <cyd@stupidchicken.com> 52011-05-28 Chong Yidong <cyd@stupidchicken.com>
2 6
3 * files.el (auto-mode-alist): Move config rule after the 7 * files.el (auto-mode-alist): Move config rule after the
diff --git a/lisp/subr.el b/lisp/subr.el
index 7f0066548a4..4fe9987b95b 100644
--- a/lisp/subr.el
+++ b/lisp/subr.el
@@ -92,7 +92,7 @@ Both SYMBOL and SPEC are unevaluated. The SPEC can be:
920 (instrument no arguments); t (instrument all arguments); 920 (instrument no arguments); t (instrument all arguments);
93a symbol (naming a function with an Edebug specification); or a list. 93a symbol (naming a function with an Edebug specification); or a list.
94The elements of the list describe the argument types; see 94The elements of the list describe the argument types; see
95\(info \"(elisp)Specification List\") for details." 95Info node `(elisp)Specification List' for details."
96 `(put (quote ,symbol) 'edebug-form-spec (quote ,spec))) 96 `(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))
97 97
98(defmacro lambda (&rest cdr) 98(defmacro lambda (&rest cdr)