diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/emacs/display.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/emacs/display.texi b/doc/emacs/display.texi index 406feb8c127..cb37ef448e8 100644 --- a/doc/emacs/display.texi +++ b/doc/emacs/display.texi | |||
| @@ -1855,6 +1855,13 @@ the variable @code{display-line-numbers-widen} to a non-@code{nil} | |||
| 1855 | value, line numbers will disregard any narrowing and will start at the | 1855 | value, line numbers will disregard any narrowing and will start at the |
| 1856 | first character of the buffer. | 1856 | first character of the buffer. |
| 1857 | 1857 | ||
| 1858 | @vindex display-line-numbers-offset | ||
| 1859 | If the value of @code{display-line-numbers-offset} is non-zero, it is | ||
| 1860 | added to each absolute line number, and lines are counted from the | ||
| 1861 | beginning of the buffer, as if @code{display-line-numbers-widen} were | ||
| 1862 | non-@code{nil}. It has no effect when set to zero, or when line | ||
| 1863 | numbers are not absolute. | ||
| 1864 | |||
| 1858 | @vindex display-line-numbers-width-start | 1865 | @vindex display-line-numbers-width-start |
| 1859 | @vindex display-line-numbers-grow-only | 1866 | @vindex display-line-numbers-grow-only |
| 1860 | @vindex display-line-numbers-width | 1867 | @vindex display-line-numbers-width |