* lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).
authorKevin Ryde <user42@zip.com.au>
Sat, 28 May 2011 19:36:02 +0000 (15:36 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sat, 28 May 2011 19:36:02 +0000 (15:36 -0400)
lisp/ChangeLog
lisp/subr.el

index a27a784..9da3ecd 100644 (file)
@@ -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
index 7f00665..4fe9987 100644 (file)
@@ -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)