(syms_of_buffer) <fill-column>: Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 2002 17:25:23 +0000 (17:25 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 12 Aug 2002 17:25:23 +0000 (17:25 +0000)
src/buffer.c

index 1564674..7af8dbc 100644 (file)
@@ -5302,7 +5302,8 @@ nil here means use current buffer's major mode.  */);
 
   DEFVAR_PER_BUFFER ("fill-column", &current_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", &current_buffer->left_margin,
                     make_number (Lisp_Int),