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 | |
| parent | e06b943e8912e6febcea0c34b655a29fc7543fb7 (diff) | |
| download | emacs-d224e8c25145e2798fa52327efb49bc556c7241e.tar.gz emacs-d224e8c25145e2798fa52327efb49bc556c7241e.zip | |
(mode-name): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fed26defa70..afc6603da5e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-02-10 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (mode-name): Doc fix. | ||
| 4 | |||
| 1 | 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> | 5 | 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 6 | ||
| 3 | * src/Makefile.in: | 7 | * src/Makefile.in: |
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. */); |