From: Xue Fuqiao Date: Sat, 25 Jan 2014 03:00:52 +0000 (+0800) Subject: Typo fix. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d000e69157119f4da37340ff355818556841bfd;p=emacs.git Typo fix. --- diff --git a/etc/NEWS b/etc/NEWS index d1fec74a270..db79daec851 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -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). ---