; Another minor change in 'bidi-display-reordering's doc string.

This commit is contained in:
Eli Zaretskii 2019-07-13 14:24:15 +03:00
parent 4455ddbe56
commit 7e62778548

View file

@ -5629,8 +5629,8 @@ This variable is never applied to a way of decoding a file while reading it. */
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.
See also `bidi-paragraph-direction'; setting that might speed up
redisplay. */);
See also `bidi-paragraph-direction'; setting that non-nil might
speed up redisplay. */);
DEFVAR_PER_BUFFER ("bidi-paragraph-start-re",
&BVAR (current_buffer, bidi_paragraph_start_re), Qnil,