emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100550: * src/buffer.c (syms_of_b


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100550: * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
Date: Sun, 10 Apr 2011 16:55:52 -0400
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 100550
committer: Chong Yidong <address@hidden>
branch nick: emacs-23
timestamp: Sun 2011-04-10 16:55:52 -0400
message:
  * src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
modified:
  src/ChangeLog
  src/buffer.c
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-04-09 17:31:13 +0000
+++ b/src/ChangeLog     2011-04-10 20:55:52 +0000
@@ -1,3 +1,7 @@
+2011-04-10  Chong Yidong  <address@hidden>
+
+       * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
+
 2011-04-08  Chong Yidong  <address@hidden>
 
        * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use

=== modified file 'src/buffer.c'
--- a/src/buffer.c      2011-03-19 16:42:53 +0000
+++ b/src/buffer.c      2011-04-10 20:55:52 +0000
@@ -5746,7 +5746,8 @@
 
   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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]