aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorEli Zaretskii2017-06-24 14:53:35 +0300
committerEli Zaretskii2017-06-24 14:53:35 +0300
commitefedb664666563da6455500ade488fd9726be83a (patch)
tree06ee4c091b32c1809c51bcdd1586e2af0295b942 /etc
parent55a9298d63121578cd66ef7f14c14b2160aae77d (diff)
downloademacs-efedb664666563da6455500ade488fd9726be83a.tar.gz
emacs-efedb664666563da6455500ade488fd9726be83a.zip
Rename display-line-width
* etc/NEWS: * src/xdisp.c (syms_of_xdisp, maybe_produce_line_number): * lisp/cus-start.el: Rename display-line-width to display-line-number-width.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 856ebfe35e7..03204beb9ee 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -386,8 +386,10 @@ before the line. If set to 'relative', Emacs will display the line
386number relative to the line showing point. The default is nil, which 386number relative to the line showing point. The default is nil, which
387doesn't display the line numbers. 387doesn't display the line numbers.
388 388
389You can also customize the new variable 'display-lines-width' to 389The new face 'line-number' is used to display the line numbers.
390specify a fixed minimal with of the area allocated to line-number 390
391You can also customize the new variable 'display-line-number-width'
392to specify a fixed minimal with of the area allocated to line-number
391display. The default is nil, meaning that Emacs will dynamically 393display. The default is nil, meaning that Emacs will dynamically
392calculate the area width, enlarging it as needed. Setting it to a 394calculate the area width, enlarging it as needed. Setting it to a
393non-negative integer specifies that as the minimal width; selecting a 395non-negative integer specifies that as the minimal width; selecting a