diff options
| author | Eli Zaretskii | 2008-10-15 11:38:09 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2008-10-15 11:38:09 +0000 |
| commit | 7cb709744177ca951a349fcbd9cc71963b637c91 (patch) | |
| tree | 889f77a2e0f2097bfae1659ba4ac6104c8a96330 /src | |
| parent | 9cf52b11bbeec82a0ede9fb89fce1033b275e467 (diff) | |
| download | emacs-7cb709744177ca951a349fcbd9cc71963b637c91.tar.gz emacs-7cb709744177ca951a349fcbd9cc71963b637c91.zip | |
(syms_of_buffer): Doc fix.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8bd35f3b873..960b3199274 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2008-10-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Doc fix. | ||
| 4 | |||
| 1 | 2008-10-14 Kenichi Handa <handa@m17n.org> | 5 | 2008-10-14 Kenichi Handa <handa@m17n.org> |
| 2 | 6 | ||
| 3 | * font.c (font_clear_prop): When clearing font width, clear the | 7 | * font.c (font_clear_prop): When clearing font width, clear the |
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", ¤t_buffer->mode_name, | 5696 | DEFVAR_PER_BUFFER ("mode-name", ¤t_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. |
| 5699 | Usually a string. See `mode-line-format' for other possible forms. | 5699 | Usually a string, but can use any of the constructs for `mode-line-format', |
| 5700 | Use the function `format-mode-line' to get the value as a string. */); | 5700 | which see. |
| 5701 | Format with `format-mode-line' to produce a string value. */); | ||
| 5701 | 5702 | ||
| 5702 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, | 5703 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, |
| 5703 | doc: /* Local (mode-specific) abbrev table of current buffer. */); | 5704 | doc: /* Local (mode-specific) abbrev table of current buffer. */); |