aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGlenn Morris2008-02-10 02:14:20 +0000
committerGlenn Morris2008-02-10 02:14:20 +0000
commitd224e8c25145e2798fa52327efb49bc556c7241e (patch)
tree369b0bb7e1a8dbc321d38eab86e86ec9dfff68cd /src/buffer.c
parente06b943e8912e6febcea0c34b655a29fc7543fb7 (diff)
downloademacs-d224e8c25145e2798fa52327efb49bc556c7241e.tar.gz
emacs-d224e8c25145e2798fa52327efb49bc556c7241e.zip
(mode-name): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index f48254142e1..d056ce7dc48 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5607,7 +5607,8 @@ its hooks should not expect certain variables such as
5607 DEFVAR_PER_BUFFER ("mode-name", &current_buffer->mode_name, 5607 DEFVAR_PER_BUFFER ("mode-name", &current_buffer->mode_name,
5608 Qnil, 5608 Qnil,
5609 doc: /* Pretty name of current buffer's major mode. 5609 doc: /* Pretty name of current buffer's major mode.
5610Usually a string. See `mode-line-format' for other possible forms. */); 5610Usually a string. See `mode-line-format' for other possible forms.
5611Use the function `format-mode-line' to get the value as a string. */);
5611 5612
5612 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil, 5613 DEFVAR_PER_BUFFER ("local-abbrev-table", &current_buffer->abbrev_table, Qnil,
5613 doc: /* Local (mode-specific) abbrev table of current buffer. */); 5614 doc: /* Local (mode-specific) abbrev table of current buffer. */);