diff options
| author | Glenn Morris | 2008-02-10 02:14:20 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-02-10 02:14:20 +0000 |
| commit | d224e8c25145e2798fa52327efb49bc556c7241e (patch) | |
| tree | 369b0bb7e1a8dbc321d38eab86e86ec9dfff68cd /src/buffer.c | |
| parent | e06b943e8912e6febcea0c34b655a29fc7543fb7 (diff) | |
| download | emacs-d224e8c25145e2798fa52327efb49bc556c7241e.tar.gz emacs-d224e8c25145e2798fa52327efb49bc556c7241e.zip | |
(mode-name): Doc fix.
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 3 |
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", ¤t_buffer->mode_name, | 5607 | DEFVAR_PER_BUFFER ("mode-name", ¤t_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. |
| 5610 | Usually a string. See `mode-line-format' for other possible forms. */); | 5610 | Usually a string. See `mode-line-format' for other possible forms. |
| 5611 | Use the function `format-mode-line' to get the value as a string. */); | ||
| 5611 | 5612 | ||
| 5612 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, | 5613 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, |
| 5613 | doc: /* Local (mode-specific) abbrev table of current buffer. */); | 5614 | doc: /* Local (mode-specific) abbrev table of current buffer. */); |