]> git.eshelyaron.com Git - emacs.git/commitdiff
; Another minor change in 'bidi-display-reordering's doc string.
authorEli Zaretskii <eliz@gnu.org>
Sat, 13 Jul 2019 11:24:15 +0000 (14:24 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 13 Jul 2019 11:24:15 +0000 (14:24 +0300)
src/buffer.c

index e01f5861e27f6407184bef9f73dbc59ea841908c..6a8da12471fe3df1f1b6d3eb35b0b63fc73d4a39 100644 (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,