aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 1f5635d7ec2..6ec06d84c30 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5204,7 +5204,7 @@ This is the same as (default-value 'ctl-arrow). */);
5204 5204
5205 DEFVAR_LISP_NOPRO ("default-direction-reversed", 5205 DEFVAR_LISP_NOPRO ("default-direction-reversed",
5206 &buffer_defaults.direction_reversed, 5206 &buffer_defaults.direction_reversed,
5207 doc: /* Default value of `direction_reversed' for buffers that do not override it. 5207 doc: /* Default value of `direction-reversed' for buffers that do not override it.
5208This is the same as (default-value 'direction-reversed). */); 5208This is the same as (default-value 'direction-reversed). */);
5209 5209
5210 DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters", 5210 DEFVAR_LISP_NOPRO ("default-enable-multibyte-characters",