emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108135: * doc/lispref/debugging.t


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108135: * doc/lispref/debugging.texi (Using Debugger): Fix typo.
Date: Tue, 11 Sep 2012 22:18:43 -0400
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108135
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Tue 2012-09-11 22:18:43 -0400
message:
  * doc/lispref/debugging.texi (Using Debugger): Fix typo.
modified:
  doc/lispref/ChangeLog
  doc/lispref/debugging.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2012-08-24 09:53:39 +0000
+++ b/doc/lispref/ChangeLog     2012-09-12 02:18:43 +0000
@@ -1,3 +1,7 @@
+2012-09-12  Glenn Morris  <address@hidden>
+
+       * debugging.texi (Using Debugger): Fix typo.
+
 2012-08-24  Chong Yidong  <address@hidden>
 
        * Version 24.2 released.

=== modified file 'doc/lispref/debugging.texi'
--- a/doc/lispref/debugging.texi        2012-05-15 09:38:50 +0000
+++ b/doc/lispref/debugging.texi        2012-09-12 02:18:43 +0000
@@ -327,7 +327,7 @@
 address@hidden, @code{debug-on-error} will temporarily be set to
 @code{t}.  This means that any further errors that occur while doing a
 debugging session will (by default) trigger another backtrace.  If
-this is not want you want, you can either set
+this is not what you want, you can either set
 @code{eval-expression-debug-on-error} to @code{nil}, or set
 @code{debug-on-error} to @code{nil} in @code{debugger-mode-hook}.
 


reply via email to

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