From: Richard M. Stallman Date: Mon, 12 Aug 2002 17:25:23 +0000 (+0000) Subject: (syms_of_buffer) : Doc fix. X-Git-Tag: ttn-vms-21-2-B4~13714 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1ac5826d934dcdecdd5fb6bc71604bb18231ebff;p=emacs.git (syms_of_buffer) : Doc fix. --- 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),