From b4f739947722ad1f58d96c0f0d83f075368fca98 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 7 Apr 2006 23:30:42 +0000 Subject: [PATCH] (eval-expression): Doc fix. --- lisp/ChangeLog | 7 +++++++ lisp/simple.el | 5 ++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d8fd358c459..a44ace57e3f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2006-04-07 Richard Stallman + + * simple.el (eval-expression): Doc fix. + + * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp) + (eval-defun): Doc fixes. + 2006-04-07 Reiner Steib * pgg-gpg.el: Revert to revision 1.8 to allow the use of diff --git a/lisp/simple.el b/lisp/simple.el index 54ff135442d..0b8ad7e4fb0 100644 --- a/lisp/simple.el +++ b/lisp/simple.el @@ -1050,7 +1050,10 @@ display the result of expression evaluation." 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 -- 2.39.2