# HG changeset patch # User Richard M. Stallman # Date 1029173123 0 # Node ID df9f70dd69a419e58a92aa81691efc6fe72f54ce # Parent 28ae6b9b086ee67c0c676b6f490c04f185000353 (syms_of_buffer) : Doc fix. diff -r 28ae6b9b086e -r df9f70dd69a4 src/buffer.c --- 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),