diff options
| author | Chong Yidong | 2011-04-10 16:55:52 -0400 |
|---|---|---|
| committer | Chong Yidong | 2011-04-10 16:55:52 -0400 |
| commit | fde4eb868f9ec91cb3a281f798da2c0ebdadd5a3 (patch) | |
| tree | 5fdf50fcd829f24d29f4b5f5c2085251732a0f79 /src | |
| parent | 7e735aaf4d422be1c3bdf6a72e0ce6043a3e2cdf (diff) | |
| download | emacs-fde4eb868f9ec91cb3a281f798da2c0ebdadd5a3.tar.gz emacs-fde4eb868f9ec91cb3a281f798da2c0ebdadd5a3.zip | |
* src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
Diffstat (limited to 'src')
| -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. |