Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
7cb70974
Commit
7cb70974
authored
Oct 15, 2008
by
Eli Zaretskii
Browse files
(syms_of_buffer): Doc fix.
parent
9cf52b11
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
2 deletions
+7
-2
src/ChangeLog
src/ChangeLog
+4
-0
src/buffer.c
src/buffer.c
+3
-2
No files found.
src/ChangeLog
View file @
7cb70974
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
...
...
src/buffer.c
View file @
7cb70974
...
...
@@ -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. */
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment