diff options
| author | Stefan Monnier | 2008-01-18 22:50:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-01-18 22:50:17 +0000 |
| commit | 64a7c220b34248e33ca25c3e6dde0e6e178b9fda (patch) | |
| tree | 21bec6d95935bdcc43d7c419d09041160a53dba9 /src | |
| parent | cec1df02a4865dd4b7a48944e3d398828671134b (diff) | |
| download | emacs-64a7c220b34248e33ca25c3e6dde0e6e178b9fda.tar.gz emacs-64a7c220b34248e33ca25c3e6dde0e6e178b9fda.zip | |
(syms_of_buffer) <mode-name>: Fix docstring.
Diffstat (limited to 'src')
| -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 57d88b0f791..6cbaabf85ec 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5559,7 +5559,8 @@ its hooks should not expect certain variables such as | |||
| 5559 | 5559 | ||
| 5560 | DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name, | 5560 | DEFVAR_PER_BUFFER ("mode-name", ¤t_buffer->mode_name, |
| 5561 | Qnil, | 5561 | Qnil, |
| 5562 | doc: /* Pretty name of current buffer's major mode (a string). */); | 5562 | doc: /* Pretty name of current buffer's major mode. |
| 5563 | Usually a string. See `mode-line-format' for other possible forms. */); | ||
| 5563 | 5564 | ||
| 5564 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, | 5565 | DEFVAR_PER_BUFFER ("local-abbrev-table", ¤t_buffer->abbrev_table, Qnil, |
| 5565 | doc: /* Local (mode-specific) abbrev table of current buffer. */); | 5566 | doc: /* Local (mode-specific) abbrev table of current buffer. */); |