summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2011-07-09 17:32:59 +0300
committerEli Zaretskii <eliz@gnu.org>2011-07-09 17:32:59 +0300
commit7a2f5f30951a84d9d1a89e3a4928b47cf2684124 (patch)
tree9bedf61c49015bd161b0a97d4f51486437eff03a
parent3855635591937dc2076ff143f8ad3b8b35495231 (diff)
downloademacs-7a2f5f30951a84d9d1a89e3a4928b47cf2684124.tar.gz
Remove from etc/NEWS the warning about display strings not being reordered.
-rw-r--r--etc/NEWS6
1 files changed, 1 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 7da456dfc3d..1001875a2e5 100644
--- 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.