diff options
| author | Glenn Morris | 2014-01-23 00:27:44 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-23 00:27:44 -0800 |
| commit | c51e81ef55fb15dbf66889519e0eaa3be988c425 (patch) | |
| tree | 96928d08a75289abb414e969eb94ee1d7e002258 /etc | |
| parent | 4a3c72703e6437ec67f3e7c2f73ad7980e29aa6a (diff) | |
| download | emacs-c51e81ef55fb15dbf66889519e0eaa3be988c425.tar.gz emacs-c51e81ef55fb15dbf66889519e0eaa3be988c425.zip | |
* doc/emacs/building.texi (Lisp Eval): Update prefix argument behavior
of eval-expression, eval-last-sexp.
* etc/NEWS: Related edit.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 11 |
1 files changed, 6 insertions, 5 deletions
| @@ -214,12 +214,13 @@ of the buffer is visible). | |||
| 214 | *** `eval-defun' on an already defined defcustom calls the :set function, | 214 | *** `eval-defun' on an already defined defcustom calls the :set function, |
| 215 | if there is one. | 215 | if there is one. |
| 216 | 216 | ||
| 217 | +++ | ||
| 217 | *** The commands `eval-expression' (`M-:'), `eval-last-sexp' (`C-x C-e'), | 218 | *** The commands `eval-expression' (`M-:'), `eval-last-sexp' (`C-x C-e'), |
| 218 | and `eval-print-last-sexp' (`C-j') can take a zero prefix argument. | 219 | and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a |
| 219 | This disables truncation of lists in the output, equivalent to | 220 | zero prefix argument. This disables truncation of lists in the output, |
| 220 | setting `(eval-expression-)print-length' and `(eval-expression-)print-limit' | 221 | equivalent to setting `(eval-expression-)print-length' and |
| 221 | to nil. Additionally, it causes integers to be printed in multiple | 222 | `(eval-expression-)print-limit' to nil. Additionally, it causes integers |
| 222 | formats (octal, hexadecimal, and character). | 223 | to be printed in other formats (octal, hexadecimal, and character). |
| 223 | 224 | ||
| 224 | --- | 225 | --- |
| 225 | ** `write-region-inhibit-fsync' now defaults to t in batch mode. | 226 | ** `write-region-inhibit-fsync' now defaults to t in batch mode. |