# HG changeset patch # User Richard M. Stallman # Date 1144452637 0 # Node ID a4e59f3e040c0bd61798967181af7f3d235de63e # Parent 169719af1b5e82ae10e85f9a56be7cd7c3f9c99b (eval-expression): Doc fix. diff -r 169719af1b5e -r a4e59f3e040c lisp/simple.el --- 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