mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(eval-expression): Doc fix.
This commit is contained in:
parent
976e00f1e4
commit
a6a1ee536e
2 changed files with 9 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue