aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/display.texi7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi
index 84363d0f0d2..406feb8c127 100644
--- a/doc/emacs/display.texi
+++ b/doc/emacs/display.texi
@@ -1871,7 +1871,12 @@ The line numbers are displayed in a special face @code{line-number}.
1871The current line number is displayed in a different face, 1871The current line number is displayed in a different face,
1872@code{line-number-current-line}, so you can make the current line's 1872@code{line-number-current-line}, so you can make the current line's
1873number have a distinct appearance, which will help locating the line 1873number have a distinct appearance, which will help locating the line
1874showing point. 1874showing point. Additional faces @code{line-number-major-tick} and
1875@code{line-number-minor-tick} can be used to highlight the line numbers
1876of lines which are a multiple of certain numbers. Customize
1877@code{display-line-numbers-major-tick} and
1878@code{display-line-numbers-minor-tick} respectively to set those
1879numbers.
1875 1880
1876@vindex visible-bell 1881@vindex visible-bell
1877 If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts 1882 If the variable @code{visible-bell} is non-@code{nil}, Emacs attempts