]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve documentation of display-line-numbers
authorEli Zaretskii <eliz@gnu.org>
Tue, 11 Jul 2017 15:08:46 +0000 (18:08 +0300)
committerEli Zaretskii <eliz@gnu.org>
Tue, 11 Jul 2017 15:08:46 +0000 (18:08 +0300)
* src/xdisp.c (syms_of_xdisp) <display-line-numbers>: Improve the
doc string.  Suggested by Alex <agrambot@gmail.com>.

src/xdisp.c

index abca6a8137ab1fa018771bba3797735affcf1365..eb7a9e5f09a88c658d3786fd378b44c602062a34 100644 (file)
@@ -32686,7 +32686,12 @@ To add a prefix to continuation lines, use `wrap-prefix'.  */);
 
   DEFVAR_LISP ("display-line-numbers", Vdisplay_line_numbers,
     doc: /* Non-nil means display line numbers.
-By default, line numbers are displayed before each non-continuation
+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.