Mercurial > emacs
changeset 46864:df9f70dd69a4
(syms_of_buffer) <fill-column>: Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 12 Aug 2002 17:25:23 +0000 |
parents | 28ae6b9b086e |
children | 971ae7795f13 |
files | src/buffer.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Mon Aug 12 17:23:16 2002 +0000 +++ b/src/buffer.c Mon Aug 12 17:25:23 2002 +0000 @@ -5302,7 +5302,8 @@ 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),