aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f48254142e1..d056ce7dc48 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5607,7 +5607,8 @@ its hooks should not expect certain variables such as
5607 DEFVAR_PER_BUFFER ("mode-name", &current_buffer->mode_name, 5607 DEFVAR_PER_BUFFER ("mode-name", &current_buffer->mode_name,
5608 Qnil, 5608 Qnil,
5609 doc: /* Pretty name of current buffer's major mode. 5609 doc: /* Pretty name of current buffer's major mode.
5610Usually a string. See `mode-line-format' for other possible forms. */); 5610Usually a string. See `mode-line-format' for other possible forms.
5611Use the function `format-mode-line' to get the value as a string. */);
5611 5612
5612 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil, 5613 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil,
5613 doc: /* Local (mode-specific) abbrev table of current buffer. */); 5614 doc: /* Local (mode-specific) abbrev table of current buffer. */);