+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.
;; 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