]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-expression): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2001 06:45:56 +0000 (06:45 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 10 Feb 2001 06:45:56 +0000 (06:45 +0000)
lisp/ChangeLog
lisp/simple.el

index 98d694729cd55df25120efb4f992ccf3d4f1d501..46e8f8aa2b5f4674d9d2a0863704aec29d7a6b15 100644 (file)
@@ -1,3 +1,7 @@
+2001-02-10  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * simple.el (eval-expression): Doc fix.
+
 2001-02-09  Dave Love  <fx@gnu.org>
 
        * imenu.el (imenu-generic-expression): Doc fix.
index 0af34931da1b212cfa711f4ddbc3afc48e22387d..147f1303c3b7a8e29528c69a4b92f7bb02141e10 100644 (file)
@@ -581,8 +581,11 @@ If nil, don't change the value of `debug-on-error'."
 ;; for the sake of completion of names like eval-region, eval-current-buffer.
 (defun eval-expression (eval-expression-arg
                        &optional eval-expression-insert-value)
-  "Evaluate EXPRESSION and print value in minibuffer.
-Value is also consed on to front of the variable `values'."
+  "Evaluate EVAL-EXPRESSION-ARG and print value in the echo area.
+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."
   (interactive
    (list (read-from-minibuffer "Eval: "
                               nil read-expression-map t