]> git.eshelyaron.com Git - emacs.git/commit
Improve documentation of 'header-line-indent-mode'
authorEli Zaretskii <eliz@gnu.org>
Fri, 3 Feb 2023 14:45:56 +0000 (16:45 +0200)
committerEli Zaretskii <eliz@gnu.org>
Fri, 3 Feb 2023 14:45:56 +0000 (16:45 +0200)
commit35e238cae8b017486dd2d2a52d0b31af6a167689
tree782505f3ec75fb556cf15a17a941e779a574e181
parentc3f58a66514b2c1b0d2441c9cf37d94d64bef224
Improve documentation of 'header-line-indent-mode'

* doc/lispref/modes.texi (Header Lines): Rewrite the documentation
of 'header-line-indent-mode' and its two variables.  Fix the
example.
* doc/lispref/display.texi (Pixel Specification): More accurate
description of what happens with :align-to in header-lines.
Improve indexing.  (Bug#61239)

* src/buffer.c (syms_of_buffer) <header-line-format>:
* lisp/display-line-numbers.el (header-line-indent)
(header-line-indent-width, header-line-indent-mode): Doc fixes.

* etc/NEWS: Enhance the announcement of 'header-line-indent-mode'.
doc/lispref/display.texi
doc/lispref/modes.texi
etc/NEWS
lisp/display-line-numbers.el
src/buffer.c