diff options
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 |