(syms_of_buffer) <mode-name>: Fix docstring.
This commit is contained in:
parent
cec1df02a4
commit
64a7c220b3
1 changed files with 2 additions and 1 deletions
|
@ -5559,7 +5559,8 @@ 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 (a string). */);
|
||||
doc: /* Pretty name of current buffer's major mode.
|
||||
Usually a string. See `mode-line-format' for other possible forms. */);
|
||||
|
||||
DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil,
|
||||
doc: /* Local (mode-specific) abbrev table of current buffer. */);
|
||||
|
|
Loading…
Add table
Reference in a new issue