* src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
authorChong Yidong <cyd@stupidchicken.com>
Sun, 10 Apr 2011 20:55:52 +0000 (16:55 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 10 Apr 2011 20:55:52 +0000 (16:55 -0400)
src/ChangeLog
src/buffer.c

index 570a55e..3c6d4fc 100644 (file)
@@ -1,3 +1,7 @@
+2011-04-10  Chong Yidong  <cyd@stupidchicken.com>
+
+       * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
+
 2011-04-08  Chong Yidong  <cyd@stupidchicken.com>
 
        * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use
index e7759cb..076495c 100644 (file)
@@ -5746,7 +5746,8 @@ Linefeed indents to this column in Fundamental mode.  */);
 
   DEFVAR_PER_BUFFER ("tab-width", &current_buffer->tab_width,
                     make_number (LISP_INT_TAG),
-                    doc: /* *Distance between tab stops (for display of tab characters), in columns.  */);
+                    doc: /* *Distance between tab stops (for display of tab characters), in columns.
+This should be an integer greater than zero.  */);
 
   DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil,
                     doc: /* *Non-nil means display control chars with uparrow.