From: Luc Teirlinck Date: Wed, 16 Jun 2004 22:33:52 +0000 (+0000) Subject: (syms_of_buffer): Clarify `fill-column' docstring. X-Git-Tag: ttn-vms-21-2-B4~5736 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f1ccb32916f5c1ffae612392debe20dc6a1af19b;p=emacs.git (syms_of_buffer): Clarify `fill-column' docstring. --- diff --git a/src/buffer.c b/src/buffer.c index 532a768ba50..b72695d82bc 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5437,7 +5437,7 @@ 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. -Interactively, you can set this using \\[set-fill-column]. */); +Interactively, you can set the buffer local value using \\[set-fill-column]. */); DEFVAR_PER_BUFFER ("left-margin", ¤t_buffer->left_margin, make_number (Lisp_Int),