+2006-04-07 Richard Stallman <rms@gnu.org>
+
+ * 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 <Reiner.Steib@gmx.de>
* pgg-gpg.el: Revert to revision 1.8 to allow the use of
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