emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/simple.el


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Fri, 07 Apr 2006 23:30:37 +0000

Index: emacs/lisp/simple.el
diff -u emacs/lisp/simple.el:1.795 emacs/lisp/simple.el:1.796
--- emacs/lisp/simple.el:1.795  Mon Mar 20 15:08:28 2006
+++ emacs/lisp/simple.el        Fri Apr  7 23:30:37 2006
@@ -1050,7 +1050,10 @@
 Value is also consed on to front of the variable `values'.
 Optional argument EVAL-EXPRESSION-INSERT-VALUE, if non-nil, means
 insert the result into the current buffer instead of printing it in
-the echo area."
+the echo area.
+
+If `eval-expression-debug-on-error' is non-nil, which is the default,
+this command arranges for all errors to enter the debugger."
   (interactive
    (list (read-from-minibuffer "Eval: "
                               nil read-expression-map t




reply via email to

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