Skip to content

Commit

Permalink
; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: Copyedits.
Browse files Browse the repository at this point in the history
  • Loading branch information
Eli-Zaretskii committed Jul 11, 2017
1 parent 373cef5 commit 10b876b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/xdisp.c
Original file line number Diff line number Diff line change
Expand Up @@ -32690,11 +32690,11 @@ If the value is t, display absolute line numbers starting at the
beginning of the current narrowing, or at buffer beginning.
If the value is `relative', display line numbers relative to the
line showing point.
The value `visual' counts screen lines rather than physical line:
by default, line numbers are displayed before each non-continuation
line that displays buffer text, i.e. after each newline that came
from buffer text. However, if the value is `visual', every screen
line will have a number.
The value `visual' countse lative screen lines rather than
physical line: by default, line numbers are displayed before each
non-continuation line that displays buffer text, i.e. after each
newline that came from buffer text. However, if the value is `visual',
every screen line will have a number.

Lisp programs can disable display of a line number of a particular
screen line by putting the `display-line-numbers-disable' text
Expand Down

0 comments on commit 10b876b

Please sign in to comment.