aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c3
1 files changed, 2 insertions, 1 deletions
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.