Mercurial > emacs
changeset 69852:a4e59f3e040c
(eval-expression): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 07 Apr 2006 23:30:37 +0000 |
parents | 169719af1b5e |
children | 7f959ed37cb6 |
files | lisp/simple.el |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
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