diff options
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -219,7 +219,7 @@ if there is one. | |||
| 219 | and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a | 219 | and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a |
| 220 | zero prefix argument. This disables truncation of lists in the output, | 220 | zero prefix argument. This disables truncation of lists in the output, |
| 221 | equivalent to setting `(eval-expression-)print-length' and | 221 | equivalent to setting `(eval-expression-)print-length' and |
| 222 | `(eval-expression-)print-limit' to nil. Additionally, it causes integers | 222 | `(eval-expression-)print-level' to nil. Additionally, it causes integers |
| 223 | to be printed in other formats (octal, hexadecimal, and character). | 223 | to be printed in other formats (octal, hexadecimal, and character). |
| 224 | 224 | ||
| 225 | --- | 225 | --- |