emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 7e62778: ; Another minor change in 'bidi-display-


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 7e62778: ; Another minor change in 'bidi-display-reordering's doc string.
Date: Sat, 13 Jul 2019 07:25:15 -0400 (EDT)

branch: emacs-26
commit 7e62778548265202120ae32d90f82a064bcdf576
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    ; Another minor change in 'bidi-display-reordering's doc string.
---
 src/buffer.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index e01f586..6a8da12 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]