aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/buffer.c b/src/buffer.c
index df302db0e52..565577e75ae 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5681,10 +5681,10 @@ inserts one or more TAB characters, this variable will affect the
5681indentation step as well, even if `indent-tabs-mode' is non-nil. */); 5681indentation step as well, even if `indent-tabs-mode' is non-nil. */);
5682 5682
5683 DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil, 5683 DEFVAR_PER_BUFFER ("ctl-arrow", &BVAR (current_buffer, ctl_arrow), Qnil,
5684 doc: /* Non-nil means display control chars with uparrow. 5684 doc: /* Non-nil means display control chars with uparrow `^'.
5685A value of nil means use backslash and octal digits. 5685A value of nil means use backslash `\\' and octal digits.
5686This variable does not apply to characters whose display is specified 5686This variable does not apply to characters whose display is specified in
5687in the current display table (if there is one). */); 5687the current display table (if there is one; see `standard-display-table'). */);
5688 5688
5689 DEFVAR_PER_BUFFER ("enable-multibyte-characters", 5689 DEFVAR_PER_BUFFER ("enable-multibyte-characters",
5690 &BVAR (current_buffer, enable_multibyte_characters), 5690 &BVAR (current_buffer, enable_multibyte_characters),