emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r104411: * lisp/subr.el (def-edebug-s


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r104411: * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).
Date: Sat, 28 May 2011 15:36:02 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 104411
author: Kevin Ryde <address@hidden>
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-05-28 15:36:02 -0400
message:
  * lisp/subr.el (def-edebug-spec): Doc fix (Bug#8430).
modified:
  lisp/ChangeLog
  lisp/subr.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-05-28 19:26:25 +0000
+++ b/lisp/ChangeLog    2011-05-28 19:36:02 +0000
@@ -1,3 +1,7 @@
+2011-05-28  Kevin Ryde  <address@hidden>
+
+       * subr.el (def-edebug-spec): Doc fix (Bug#8430).
+
 2011-05-28  Chong Yidong  <address@hidden>
 
        * files.el (auto-mode-alist): Move config rule after the

=== modified file 'lisp/subr.el'
--- a/lisp/subr.el      2011-04-28 19:35:20 +0000
+++ b/lisp/subr.el      2011-05-28 19:36:02 +0000
@@ -92,7 +92,7 @@
 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]