# HG changeset patch # User Richard M. Stallman # Date 993324983 0 # Node ID 8a3e61895b17d6f97f8b4632b437bb8a7f994127 # Parent 2b9edc97961c3e77a96f807e91e482669bcc06f7 (eval-last-sexp): Doc fix. diff -r 2b9edc97961c -r 8a3e61895b17 lisp/emacs-lisp/lisp-mode.el --- 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)