Mercurial > emacs
changeset 38126:64a45ba0553f
Document line-number-display-limit-width.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Wed, 20 Jun 2001 10:42:10 +0000 |
parents | 8bca08a060e8 |
children | eb0f8509d107 |
files | etc/NEWS |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Wed Jun 20 10:05:04 2001 +0000 +++ b/etc/NEWS Wed Jun 20 10:42:10 2001 +0000 @@ -2440,9 +2440,15 @@ 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,