]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-expression): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 2006 23:30:42 +0000 (23:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 7 Apr 2006 23:30:42 +0000 (23:30 +0000)
lisp/ChangeLog
lisp/simple.el

index d8fd358c459515e6e2d35a4199e951e34c1687f6..a44ace57e3fc001012fc3bb452d11026d2d103f3 100644 (file)
@@ -1,3 +1,10 @@
+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
index 54ff135442d672cdb0c971634e6efca2e8e6e556..0b8ad7e4fb0530fe348f2f562f865e7b11abe4f9 100644 (file)
@@ -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