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:
parent
9cf52b11bb
commit
7cb7097441
@ -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
|
||||
|
@ -5696,8 +5696,9 @@ its hooks should not expect certain variables such as
|
||||
DEFVAR_PER_BUFFER ("mode-name", ¤t_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", ¤t_buffer->abbrev_table, Qnil,
|
||||
doc: /* Local (mode-specific) abbrev table of current buffer. */);
|
||||
|
Loading…
Reference in New Issue
Block a user