diff options
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/buffer.c | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 570a55ec2a2..3c6d4fc8841 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-04-10 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * buffer.c (syms_of_buffer): Doc fix (Bug#6902). | ||
| 4 | |||
| 1 | 2011-04-08 Chong Yidong <cyd@stupidchicken.com> | 5 | 2011-04-08 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 6 | ||
| 3 | * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use | 7 | * ftfont.c (get_adstyle_property, ftfont_pattern_entity): Use |
diff --git a/src/buffer.c b/src/buffer.c index e7759cb5255..076495cfc64 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -5746,7 +5746,8 @@ Linefeed indents to this column in Fundamental mode. */); | |||
| 5746 | 5746 | ||
| 5747 | DEFVAR_PER_BUFFER ("tab-width", ¤t_buffer->tab_width, | 5747 | DEFVAR_PER_BUFFER ("tab-width", ¤t_buffer->tab_width, |
| 5748 | make_number (LISP_INT_TAG), | 5748 | make_number (LISP_INT_TAG), |
| 5749 | doc: /* *Distance between tab stops (for display of tab characters), in columns. */); | 5749 | doc: /* *Distance between tab stops (for display of tab characters), in columns. |
| 5750 | This should be an integer greater than zero. */); | ||
| 5750 | 5751 | ||
| 5751 | DEFVAR_PER_BUFFER ("ctl-arrow", ¤t_buffer->ctl_arrow, Qnil, | 5752 | DEFVAR_PER_BUFFER ("ctl-arrow", ¤t_buffer->ctl_arrow, Qnil, |
| 5752 | doc: /* *Non-nil means display control chars with uparrow. | 5753 | doc: /* *Non-nil means display control chars with uparrow. |