mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-07 15:21:46 +00:00
(eval-last-sexp): Doc fix.
This commit is contained in:
parent
4bd41f5a25
commit
0202508f43
@ -377,7 +377,7 @@ With argument, print output into current buffer."
|
||||
|
||||
(defun eval-last-sexp (eval-last-sexp-arg-internal)
|
||||
"Evaluate sexp before point; print value in minibuffer.
|
||||
With argument, print output into current buffer."
|
||||
Interactively, with prefix argument, print output into current buffer."
|
||||
(interactive "P")
|
||||
(if (null eval-expression-debug-on-error)
|
||||
(eval-last-sexp-1 eval-last-sexp-arg-internal)
|
||||
|
Loading…
Reference in New Issue
Block a user