aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c
index 209e29f0f19..ea785bbcd70 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5659,7 +5659,11 @@ This variable is never applied to a way of decoding a file while reading it. */
5659 5659
5660 DEFVAR_PER_BUFFER ("bidi-display-reordering", 5660 DEFVAR_PER_BUFFER ("bidi-display-reordering",
5661 &BVAR (current_buffer, bidi_display_reordering), Qnil, 5661 &BVAR (current_buffer, bidi_display_reordering), Qnil,
5662 doc: /* Non-nil means reorder bidirectional text for display in the visual order. */); 5662 doc: /* Non-nil means reorder bidirectional text for display in the visual order.
5663Setting this to nil is intended for use in debugging the display code.
5664Don't set to nil in normal sessions, as that is not supported.
5665See also `bidi-paragraph-direction'; setting that non-nil might
5666speed up redisplay. */);
5663 5667
5664 DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", 5668 DEFVAR_PER_BUFFER ("bidi-paragraph-start-re",
5665 &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, 5669 &BVAR (current_buffer, bidi_paragraph_start_re), Qnil,