From 4455ddbe5645f34791e34e231b6145f08f0faa10 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 13 Jul 2019 14:21:41 +0300 Subject: [PATCH] Improve doc string of 'bidi-display-reordering' * src/buffer.c (syms_of_buffer) : Further doc fix. --- src/buffer.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/buffer.c b/src/buffer.c index ffd74d477bd..e01f5861e27 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -5628,7 +5628,10 @@ This variable is never applied to a way of decoding a file while reading it. */ &BVAR (current_buffer, bidi_display_reordering), Qnil, doc: /* Non-nil means reorder bidirectional text for display in the visual order. Setting this to nil is intended for use in debugging the display code. -Don't set to nil in normal sessions, as that is not supported. */); +Don't set to nil in normal sessions, as that is not supported. +See also `bidi-paragraph-direction'; setting that might speed up +redisplay. */); + DEFVAR_PER_BUFFER ("bidi-paragraph-start-re", &BVAR (current_buffer, bidi_paragraph_start_re), Qnil, doc: /* If non-nil, a regexp matching a line that starts OR separates paragraphs. -- 2.39.2