1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(eval-expression): Mention truncation in doc.

This commit is contained in:
Glenn Morris 2009-02-25 08:18:30 +00:00
parent 16ac2e615c
commit 9af66738a6
2 changed files with 7 additions and 1 deletions

View file

@ -1101,7 +1101,8 @@ display the result of expression evaluation."
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.
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."