Typo fix.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 25 Jan 2014 03:00:52 +0000 (11:00 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 25 Jan 2014 03:00:52 +0000 (11:00 +0800)
etc/NEWS

index d1fec74..db79dae 100644 (file)
--- 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).
 
 ---