changeset 38169:8a3e61895b17

(eval-last-sexp): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Jun 2001 19:36:23 +0000
parents 2b9edc97961c
children 4e08009eb53c
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Sat Jun 23 19:36:14 2001 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Sat Jun 23 19:36:23 2001 +0000
@@ -377,7 +377,7 @@
 
 (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)