diff options
| author | Richard M. Stallman <rms@gnu.org> | 2002-08-12 17:25:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 2002-08-12 17:25:23 +0000 |
| commit | 1ac5826d934dcdecdd5fb6bc71604bb18231ebff (patch) | |
| tree | cd818d5be2701c18fc5b4fef43b620b628baecda /src/buffer.c | |
| parent | 2600f4e4f9cffe3fefeb62355716337773c7aecc (diff) | |
(syms_of_buffer) <fill-column>: 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 1564674d86d..7af8dbc334c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5302,7 +5302,8 @@ nil here means use current buffer's major mode. */); DEFVAR_PER_BUFFER ("fill-column", ¤t_buffer->fill_column, make_number (Lisp_Int), - doc: /* *Column beyond which automatic line-wrapping should happen. */); + doc: /* *Column beyond which automatic line-wrapping should happen. +Interactively, you can set this using \\[set-fill-column]. */); DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, make_number (Lisp_Int), |
