aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2014-01-23 00:27:44 -0800
committerGlenn Morris2014-01-23 00:27:44 -0800
commitc51e81ef55fb15dbf66889519e0eaa3be988c425 (patch)
tree96928d08a75289abb414e969eb94ee1d7e002258 /etc
parent4a3c72703e6437ec67f3e7c2f73ad7980e29aa6a (diff)
downloademacs-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/NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index bc02eebd3db..a4a1a419f1d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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,
215if there is one. 215if 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'),
218and `eval-print-last-sexp' (`C-j') can take a zero prefix argument. 219and `eval-print-last-sexp' (`C-j' in Lisp Interaction mode) can take a
219This disables truncation of lists in the output, equivalent to 220zero prefix argument. This disables truncation of lists in the output,
220setting `(eval-expression-)print-length' and `(eval-expression-)print-limit' 221equivalent to setting `(eval-expression-)print-length' and
221to nil. Additionally, it causes integers to be printed in multiple 222`(eval-expression-)print-limit' to nil. Additionally, it causes integers
222formats (octal, hexadecimal, and character). 223to 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.