diff options
| author | Eli Zaretskii | 2023-02-03 16:45:56 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2023-02-03 16:45:56 +0200 |
| commit | 35e238cae8b017486dd2d2a52d0b31af6a167689 (patch) | |
| tree | 782505f3ec75fb556cf15a17a941e779a574e181 /src/buffer.c | |
| parent | c3f58a66514b2c1b0d2441c9cf37d94d64bef224 (diff) | |
| download | emacs-35e238cae8b017486dd2d2a52d0b31af6a167689.tar.gz emacs-35e238cae8b017486dd2d2a52d0b31af6a167689.zip | |
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'.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index 88ca69b0dd8..38648519ba0 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5081,8 +5081,8 @@ the mode line appears at the bottom. */); | |||
| 5081 | The header line appears, optionally, at the top of a window; the mode | 5081 | The header line appears, optionally, at the top of a window; the mode |
| 5082 | line appears at the bottom. | 5082 | line appears at the bottom. |
| 5083 | 5083 | ||
| 5084 | Also see `header-line-indent-mode' if `display-line-number-mode' is | 5084 | Also see `header-line-indent-mode' if `display-line-numbers-mode' is |
| 5085 | used. */); | 5085 | turned on and header-line text should be aligned with buffer text. */); |
| 5086 | 5086 | ||
| 5087 | DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format), | 5087 | DEFVAR_PER_BUFFER ("mode-line-format", &BVAR (current_buffer, mode_line_format), |
| 5088 | Qnil, | 5088 | Qnil, |