From 0202508f4380eab32a2b051a5bd959723a510312 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 23 Jun 2001 19:36:23 +0000 Subject: (eval-last-sexp): Doc fix. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/emacs-lisp/lisp-mode.el') diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index a48b7de6929..1992214ccf4 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -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) -- cgit v1.2.3