aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c4
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. */);
5081The header line appears, optionally, at the top of a window; the mode 5081The header line appears, optionally, at the top of a window; the mode
5082line appears at the bottom. 5082line appears at the bottom.
5083 5083
5084Also see `header-line-indent-mode' if `display-line-number-mode' is 5084Also see `header-line-indent-mode' if `display-line-numbers-mode' is
5085used. */); 5085turned 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,