emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog subr.el [EMACS_23_1_RC]


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp ChangeLog subr.el [EMACS_23_1_RC]
Date: Tue, 14 Jul 2009 07:45:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_23_1_RC
Changes by:     Glenn Morris <gm>       09/07/14 07:45:15

Modified files:
        lisp           : ChangeLog subr.el 

Log message:
        (def-edebug-spec): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.15702.2.26&r2=1.15702.2.27
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/subr.el?cvsroot=emacs&only_with_tag=EMACS_23_1_RC&r1=1.639.2.1&r2=1.639.2.2

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.15702.2.26
retrieving revision 1.15702.2.27
diff -u -b -r1.15702.2.26 -r1.15702.2.27
--- ChangeLog   14 Jul 2009 01:15:33 -0000      1.15702.2.26
+++ ChangeLog   14 Jul 2009 07:45:07 -0000      1.15702.2.27
@@ -1,3 +1,7 @@
+2009-07-14  Glenn Morris  <address@hidden>
+
+       * subr.el (def-edebug-spec): Doc fix.
+
 2009-07-14  Kenichi Handa  <address@hidden>
 
        * international/characters.el: Fix setting of category ?C.

Index: subr.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/subr.el,v
retrieving revision 1.639.2.1
retrieving revision 1.639.2.2
diff -u -b -r1.639.2.1 -r1.639.2.2
--- subr.el     6 Jul 2009 00:45:39 -0000       1.639.2.1
+++ subr.el     14 Jul 2009 07:45:15 -0000      1.639.2.2
@@ -91,8 +91,11 @@
 
 (defmacro def-edebug-spec (symbol spec)
   "Set the `edebug-form-spec' property of SYMBOL according to SPEC.
-Both SYMBOL and SPEC are unevaluated.  The SPEC can be 0, t, a symbol
-\(naming a function), or a list."
+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."
   `(put (quote ,symbol) 'edebug-form-spec (quote ,spec)))
 
 (defmacro lambda (&rest cdr)




reply via email to

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