(eval-expression): Doc fix.
authorEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2009 11:42:18 +0000 (11:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 5 Oct 2009 11:42:18 +0000 (11:42 +0000)
lisp/ChangeLog
lisp/simple.el

index eca762b..e0e95db 100644 (file)
@@ -1,5 +1,7 @@
 2009-10-05  Eli Zaretskii  <eliz@gnu.org>
 
+       * simple.el (eval-expression): Doc fix.
+
        * progmodes/cwarn.el (cwarn-mode): Doc fix.
 
 2009-10-05  Michael Albinus  <michael.albinus@gmx.de>
index aa8ee15..36261d4 100644 (file)
@@ -1110,10 +1110,11 @@ display the result of expression evaluation."
                        &optional eval-expression-insert-value)
   "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.  Truncates long output according to the value of the
-variables `eval-expression-print-length' and `eval-expression-print-level'.
+Optional argument EVAL-EXPRESSION-INSERT-VALUE non-nil (interactively,
+with prefix argument) means insert the result into the current buffer
+instead of printing it in the echo area.  Truncates long output
+according to the value of the variables `eval-expression-print-length'
+and `eval-expression-print-level'.
 
 If `eval-expression-debug-on-error' is non-nil, which is the default,
 this command arranges for all errors to enter the debugger."