]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_buffer): Clarify `fill-column' docstring.
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Jun 2004 22:33:52 +0000 (22:33 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 16 Jun 2004 22:33:52 +0000 (22:33 +0000)
src/buffer.c

index 532a768ba501eb42fbe650bf07d147713fd910fd..b72695d82bcb2c52899bd16eca05db6d711808d0 100644 (file)
@@ -5437,7 +5437,7 @@ 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.
-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", &current_buffer->left_margin,
                     make_number (Lisp_Int),