]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove from etc/NEWS the warning about display strings not being reordered.
authorEli Zaretskii <eliz@gnu.org>
Sat, 9 Jul 2011 14:32:59 +0000 (17:32 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 9 Jul 2011 14:32:59 +0000 (17:32 +0300)
etc/NEWS

index 7da456dfc3ded998aceff76a0706aac9c8918fd5..1001875a2e58c9cdaed858751bf6e75d82f129e4 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -94,7 +94,7 @@ error, its exit status is 1.
 ** Emacs now supports display and editing of bidirectional text.
 
 See the node "Bidirectional Editing" in the Emacs Manual for some
-initial documentation.
+additional documentation.
 
 To turn this on in any given buffer, set the buffer-local variable
 `bidi-display-reordering' to a non-nil value.  The default is nil.
@@ -113,10 +113,6 @@ Reordering of bidirectional text for display in Emacs is a "Full
 bidirectionality" class implementation of the Unicode Bidirectional
 Algorithm.
 
-Note that some advanced display features, such as overlay strings and
-`display' text properties, do not yet work correctly when
-bidirectional text is reordered for display.
-
 ** GTK scroll-bars are now placed on the right by default.
 Use `set-scroll-bar-mode' to change this.