1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(syms_of_buffer): Doc fix.

This commit is contained in:
Eli Zaretskii 2008-10-15 11:38:09 +00:00
parent 9cf52b11bb
commit 7cb7097441
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2008-10-15 Eli Zaretskii <eliz@gnu.org>
* buffer.c (syms_of_buffer): Doc fix.
2008-10-14 Kenichi Handa <handa@m17n.org>
* font.c (font_clear_prop): When clearing font width, clear the

View File

@ -5696,8 +5696,9 @@ its hooks should not expect certain variables such as
DEFVAR_PER_BUFFER ("mode-name", &current_buffer->mode_name,
Qnil,
doc: /* Pretty name of current buffer's major mode.
Usually a string. See `mode-line-format' for other possible forms.
Use the function `format-mode-line' to get the value as a string. */);
Usually a string, but can use any of the constructs for `mode-line-format',
which see.
Format with `format-mode-line' to produce a string value. */);
DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil,
doc: /* Local (mode-specific) abbrev table of current buffer. */);