aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorEli Zaretskii2008-10-15 11:38:09 +0000
committerEli Zaretskii2008-10-15 11:38:09 +0000
commit7cb709744177ca951a349fcbd9cc71963b637c91 (patch)
tree889f77a2e0f2097bfae1659ba4ac6104c8a96330 /src/buffer.c
parent9cf52b11bbeec82a0ede9fb89fce1033b275e467 (diff)
downloademacs-7cb709744177ca951a349fcbd9cc71963b637c91.tar.gz
emacs-7cb709744177ca951a349fcbd9cc71963b637c91.zip
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
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", &current_buffer->mode_name, 5696 DEFVAR_PER_BUFFER ("mode-name", &current_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.
5699Usually a string. See `mode-line-format' for other possible forms. 5699Usually a string, but can use any of the constructs for `mode-line-format',
5700Use the function `format-mode-line' to get the value as a string. */); 5700which see.
5701Format with `format-mode-line' to produce a string value. */);
5701 5702
5702 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil, 5703 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil,
5703 doc: /* Local (mode-specific) abbrev table of current buffer. */); 5704 doc: /* Local (mode-specific) abbrev table of current buffer. */);