diff lisp/simple.el @ 69852:a4e59f3e040c

(eval-expression): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Fri, 07 Apr 2006 23:30:37 +0000
parents 5dfbb2116f2d
children 6626190949c3 65ca8fb66a0d
line wrap: on
line diff
--- a/lisp/simple.el	Fri Apr 07 23:30:23 2006 +0000
+++ b/lisp/simple.el	Fri Apr 07 23:30:37 2006 +0000
@@ -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