changeset 36021:aab41105aef0

(eval-expression): Doc fix.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 10 Feb 2001 06:43:44 +0000
parents 9995ab951813
children 57dc583696a7
files lisp/simple.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/simple.el	Sat Feb 10 01:04:02 2001 +0000
+++ b/lisp/simple.el	Sat Feb 10 06:43:44 2001 +0000
@@ -581,8 +581,11 @@
 ;; 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