emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/src eval.c


From: Chong Yidong
Subject: [Emacs-diffs] emacs/src eval.c
Date: Fri, 05 Dec 2008 14:45:15 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/12/05 14:45:15

Modified files:
        src            : eval.c 

Log message:
        (Vdebug_on_error): Doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/src/eval.c?cvsroot=emacs&r1=1.307&r2=1.308

Patches:
Index: eval.c
===================================================================
RCS file: /sources/emacs/emacs/src/eval.c,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -b -r1.307 -r1.308
--- eval.c      27 Aug 2008 20:26:39 -0000      1.307
+++ eval.c      5 Dec 2008 14:45:14 -0000       1.308
@@ -3666,7 +3666,8 @@
 if one of its condition symbols appears in the list.
 When you evaluate an expression interactively, this variable
 is temporarily non-nil if `eval-expression-debug-on-error' is non-nil.
-See also variable `debug-on-quit'.  */);
+The command `toggle-debug-on-error' toggles this.
+See also the variable `debug-on-quit'.  */);
   Vdebug_on_error = Qnil;
 
   DEFVAR_LISP ("debug-ignored-errors", &Vdebug_ignored_errors,




reply via email to

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