Typo fix.

This commit is contained in:
Xue Fuqiao 2014-01-25 11:00:52 +08:00
parent 35408b1a6c
commit 4d000e6915

View file

@ -219,7 +219,7 @@ if there is one.
and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a
zero prefix argument. This disables truncation of lists in the output,
equivalent to setting `(eval-expression-)print-length' and
`(eval-expression-)print-limit' to nil. Additionally, it causes integers
`(eval-expression-)print-level' to nil. Additionally, it causes integers
to be printed in other formats (octal, hexadecimal, and character).
---