diff options
| author | Eli Zaretskii | 2017-07-11 18:11:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2017-07-11 18:11:33 +0300 |
| commit | 10b876b25b5c65014c5d7f996ae3368ea8fd11b2 (patch) | |
| tree | bcda595eff8662e1387e279caec62c2fe1cd6339 /src | |
| parent | 373cef5fe19d72c3549495e566e3ac0996215f14 (diff) | |
| download | emacs-10b876b25b5c65014c5d7f996ae3368ea8fd11b2.tar.gz emacs-10b876b25b5c65014c5d7f996ae3368ea8fd11b2.zip | |
; * src/xdisp.c (syms_of_xdisp) <display-line-numbers>: Copyedits.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index eb7a9e5f09a..91e9d8abcee 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -32690,11 +32690,11 @@ If the value is t, display absolute line numbers starting at the | |||
| 32690 | beginning of the current narrowing, or at buffer beginning. | 32690 | beginning of the current narrowing, or at buffer beginning. |
| 32691 | If the value is `relative', display line numbers relative to the | 32691 | If the value is `relative', display line numbers relative to the |
| 32692 | line showing point. | 32692 | line showing point. |
| 32693 | The value `visual' counts screen lines rather than physical line: | 32693 | The value `visual' countse lative screen lines rather than |
| 32694 | by default, line numbers are displayed before each non-continuation | 32694 | physical line: by default, line numbers are displayed before each |
| 32695 | line that displays buffer text, i.e. after each newline that came | 32695 | non-continuation line that displays buffer text, i.e. after each |
| 32696 | from buffer text. However, if the value is `visual', every screen | 32696 | newline that came from buffer text. However, if the value is `visual', |
| 32697 | line will have a number. | 32697 | every screen line will have a number. |
| 32698 | 32698 | ||
| 32699 | Lisp programs can disable display of a line number of a particular | 32699 | Lisp programs can disable display of a line number of a particular |
| 32700 | screen line by putting the `display-line-numbers-disable' text | 32700 | screen line by putting the `display-line-numbers-disable' text |