emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-26 34ee26d 1/2: Add warning to bidi-display-reorderi


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 34ee26d 1/2: Add warning to bidi-display-reordering doc string
Date: Sat, 13 Jul 2019 07:22:49 -0400 (EDT)

branch: emacs-26
commit 34ee26dd93613849802bfe40cd7fae3df0b57fd1
Author: Stefan Kangas <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Add warning to bidi-display-reordering doc string
    
    This explanation was given by Eli Zaretskii on emacs-devel.
    For discussion, see:
    https://lists.gnu.org/archive/html/emacs-devel/2019-07/msg00294.html
    
    * src/buffer.c (syms_of_buffer): Add warning to doc string of
    bidi-display-reordering to explain that it should only be used for
    debugging.
---
 src/buffer.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/buffer.c b/src/buffer.c
index 12620f0..ffd74d4 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -5626,8 +5626,9 @@ This variable is never applied to a way of decoding a 
file while reading it.  */
 
   DEFVAR_PER_BUFFER ("bidi-display-reordering",
                     &BVAR (current_buffer, bidi_display_reordering), Qnil,
-                    doc: /* Non-nil means reorder bidirectional text for 
display in the visual order.  */);
-
+                    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.  */);
   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.



reply via email to

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