Mercurial > emacs
changeset 105468:984326458339
(eval-expression): Doc fix.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Mon, 05 Oct 2009 11:41:59 +0000 |
parents | 1413841c203b |
children | f013e967fd56 |
files | lisp/simple.el |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/simple.el Mon Oct 05 11:41:48 2009 +0000 +++ b/lisp/simple.el Mon Oct 05 11:41:59 2009 +0000 @@ -1110,10 +1110,11 @@ &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."