]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/lispref/debugging.texi (Using Debugger): Fix typo.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2012 02:18:43 +0000 (22:18 -0400)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2012 02:18:43 +0000 (22:18 -0400)
doc/lispref/ChangeLog
doc/lispref/debugging.texi

index f283a3d9363694861a0b94bf2f72e0436c6c7df2..e9764332bdb85db026cbf6a0183e7e3e2c04eddb 100644 (file)
@@ -1,3 +1,7 @@
+2012-09-12  Glenn Morris  <rgm@gnu.org>
+
+       * debugging.texi (Using Debugger): Fix typo.
+
 2012-08-24  Chong Yidong  <cyd@gnu.org>
 
        * Version 24.2 released.
index 885766bd1cc89a1f036da1efa5a194e080473b3b..892fe5ac447b138f1ce5eefba5155a0fc6f43909 100644 (file)
@@ -327,7 +327,7 @@ variable is temporarily set according to
 non-@code{nil}, @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}.