aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGlenn Morris2021-05-22 09:19:01 -0700
committerGlenn Morris2021-05-22 09:19:01 -0700
commit048dc9441e77e5147ddf3c2ab64ddc3ba6fa0f3a (patch)
tree959870c8081b2fd1bfbb42c66a708710c93131a0 /src/buffer.c
parent35182fff407ce9e6180e50e627914d63c4f3504c (diff)
parent30e5d93ee1b938c207c4f5ec015ba2633cf423cd (diff)
downloademacs-048dc9441e77e5147ddf3c2ab64ddc3ba6fa0f3a.tar.gz
emacs-048dc9441e77e5147ddf3c2ab64ddc3ba6fa0f3a.zip
Merge from origin/emacs-27
30e5d93ee1 (origin/emacs-27) Improve documentation of display tables 8804ac857b * src/buffer.c (syms_of_buffer) <ctl-arrow>: Doc fix. (Bu...
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),