diff options
| author | Eli Zaretskii | 2017-06-24 14:53:35 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-06-24 14:53:35 +0300 |
| commit | efedb664666563da6455500ade488fd9726be83a (patch) | |
| tree | 06ee4c091b32c1809c51bcdd1586e2af0295b942 /etc | |
| parent | 55a9298d63121578cd66ef7f14c14b2160aae77d (diff) | |
| download | emacs-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/NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -386,8 +386,10 @@ before the line. If set to 'relative', Emacs will display the line | |||
| 386 | number relative to the line showing point. The default is nil, which | 386 | number relative to the line showing point. The default is nil, which |
| 387 | doesn't display the line numbers. | 387 | doesn't display the line numbers. |
| 388 | 388 | ||
| 389 | You can also customize the new variable 'display-lines-width' to | 389 | The new face 'line-number' is used to display the line numbers. |
| 390 | specify a fixed minimal with of the area allocated to line-number | 390 | |
| 391 | You can also customize the new variable 'display-line-number-width' | ||
| 392 | to specify a fixed minimal with of the area allocated to line-number | ||
| 391 | display. The default is nil, meaning that Emacs will dynamically | 393 | display. The default is nil, meaning that Emacs will dynamically |
| 392 | calculate the area width, enlarging it as needed. Setting it to a | 394 | calculate the area width, enlarging it as needed. Setting it to a |
| 393 | non-negative integer specifies that as the minimal width; selecting a | 395 | non-negative integer specifies that as the minimal width; selecting a |