emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110139: edebug.texi (Instrumenting):


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110139: edebug.texi (Instrumenting): Improve indexing.
Date: Sat, 22 Sep 2012 16:24:58 +0300
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110139
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Sat 2012-09-22 16:24:58 +0300
message:
  edebug.texi (Instrumenting): Improve indexing.
modified:
  doc/lispref/ChangeLog
  doc/lispref/edebug.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-09-22 13:16:03 +0000
+++ b/doc/lispref/ChangeLog     2012-09-22 13:24:58 +0000
@@ -1,5 +1,7 @@
 2012-09-22  Eli Zaretskii  <address@hidden>
 
+       * edebug.texi (Instrumenting): Improve indexing.
+
        * os.texi (Idle Timers): Warn against reinvoking an idle timer
        from within its own timer action.  (Bug#12447)
 

=== modified file 'doc/lispref/edebug.texi'
--- a/doc/lispref/edebug.texi   2012-06-17 05:13:40 +0000
+++ b/doc/lispref/edebug.texi   2012-09-22 13:24:58 +0000
@@ -150,6 +150,7 @@
 
 @node Instrumenting
 @subsection Instrumenting for Edebug
address@hidden instrumenting for Edebug
 
   In order to use Edebug to debug Lisp code, you must first
 @dfn{instrument} the code.  Instrumenting code inserts additional code
@@ -179,9 +180,11 @@
 edebug-all-forms} toggles this option.
 
 @findex edebug-eval-top-level-form
address@hidden edebug-defun
   Another command, @kbd{M-x edebug-eval-top-level-form}, is available to
 instrument any top-level form regardless of the values of
 @code{edebug-all-defs} and @code{edebug-all-forms}.
address@hidden is an alias for @code{edebug-eval-top-level-form}.
 
   While Edebug is active, the command @kbd{I}
 (@code{edebug-instrument-callee}) instruments the definition of the


reply via email to

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