summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2001-06-20 10:42:10 +0000
committerEli Zaretskii <eliz@gnu.org>2001-06-20 10:42:10 +0000
commit5b034b7fdaffea982fe669c72fcd61340fb3b964 (patch)
treeb71fe673d8f403de9d95a41c5c849765269e316d /etc
parentda40dc7f38a00414edd68dc4fbc411e279c57941 (diff)
downloademacs-5b034b7fdaffea982fe669c72fcd61340fb3b964.tar.gz
Document line-number-display-limit-width.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 98d79f00b6f..575b62d9709 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2440,9 +2440,15 @@ call to `message', the echo area will not be resized to display that
message; it will be truncated instead, as it was done in 20.x.
Default value is nil.
++++
** The user option `line-number-display-limit' can now be set to nil,
meaning no limit.
++++
+** The new user option `line-number-display-limit-width' controls
+the maximum width of lines in a buffer for which Emacs displays line
+numbers in the mode line. The default is 200.
+
** `select-safe-coding-system' now also checks the most preferred
coding-system if buffer-file-coding-system is `undecided' and
DEFAULT-CODING-SYSTEM is not specified,