From 2b1e1a2263e82bde6e429a906cb786ea144f9db5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 28 May 2011 15:36:02 -0400 Subject: [PATCH] * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430). --- lisp/ChangeLog | 4 ++++ lisp/subr.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a27a784f0ec..9da3ecdd777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-05-28 Kevin Ryde + + * subr.el (def-edebug-spec): Doc fix (Bug#8430). + 2011-05-28 Chong Yidong * 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: 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) -- 2.39.2