diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index f55bcd3d415..671b6418757 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5696,8 +5696,9 @@ its hooks should not expect certain variables such as | |||
| 5696 | DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name, | 5696 | DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name, |
| 5697 | Qnil, | 5697 | Qnil, |
| 5698 | doc: /* Pretty name of current buffer's major mode. | 5698 | doc: /* Pretty name of current buffer's major mode. |
| 5699 | Usually a string. See `mode-line-format' for other possible forms. | 5699 | Usually a string, but can use any of the constructs for `mode-line-format', |
| 5700 | Use the function `format-mode-line' to get the value as a string. */); | 5700 | which see. |
| 5701 | Format with `format-mode-line' to produce a string value. */); | ||
| 5701 | 5702 | ||
| 5702 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, | 5703 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, |
| 5703 | doc: /* Local (mode-specific) abbrev table of current buffer. */); | 5704 | doc: /* Local (mode-specific) abbrev table of current buffer. */); |