Minor improvement in documentation of display-line-numbers
* doc/emacs/display.texi (Display Custom): Document the display-line-numbers-mode and related options.
This commit is contained in:
parent
bf0045d7a4
commit
573ccb9803
1 changed files with 9 additions and 0 deletions
|
|
@ -1751,6 +1751,15 @@ Mode}), and need to move by exact number of screen lines.
|
|||
Any other non-@code{nil} value is treated as @code{t}.
|
||||
@end table
|
||||
|
||||
@findex display-line-numbers-mode
|
||||
@findex global-display-line-numbers-mode
|
||||
@vindex display-line-numbers-type
|
||||
A convenient way of turning on display of line numbers is @w{@kbd{M-x
|
||||
display-line-numbers-mode @key{RET}}}. This mode has a globalized
|
||||
variant, @code{global-display-line0numbers-mode}. The user option
|
||||
@code{display-line-numbers-type} controls which sub-mode of
|
||||
line-number display, described above, will these modes activate.
|
||||
|
||||
@vindex display-line-numbers-current-absolute
|
||||
When Emacs displays relative line numbers, you can control the number
|
||||
displayed before the current line, the line showing point. By
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue