aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChong Yidong2011-04-10 16:55:52 -0400
committerChong Yidong2011-04-10 16:55:52 -0400
commitfde4eb868f9ec91cb3a281f798da2c0ebdadd5a3 (patch)
tree5fdf50fcd829f24d29f4b5f5c2085251732a0f79 /src
parent7e735aaf4d422be1c3bdf6a72e0ce6043a3e2cdf (diff)
downloademacs-fde4eb868f9ec91cb3a281f798da2c0ebdadd5a3.tar.gz
emacs-fde4eb868f9ec91cb3a281f798da2c0ebdadd5a3.zip
* src/buffer.c (syms_of_buffer): Doc fix (Bug#6902).
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/buffer.c3
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 @@
12011-04-10 Chong Yidong <cyd@stupidchicken.com>
2
3 * buffer.c (syms_of_buffer): Doc fix (Bug#6902).
4
12011-04-08 Chong Yidong <cyd@stupidchicken.com> 52011-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", &current_buffer->tab_width, 5747 DEFVAR_PER_BUFFER ("tab-width", &current_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.
5750This should be an integer greater than zero. */);
5750 5751
5751 DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil, 5752 DEFVAR_PER_BUFFER ("ctl-arrow", &current_buffer->ctl_arrow, Qnil,
5752 doc: /* *Non-nil means display control chars with uparrow. 5753 doc: /* *Non-nil means display control chars with uparrow.