aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-11-05 19:48:39 +0800
committerXue Fuqiao2013-11-05 19:48:39 +0800
commit95a23e62a95e69dbe9235c57a8bc71b549714ac3 (patch)
treebbb75c50272b90c190f9429204d743f57f2b300c
parent5e21526fc5a8b481c06ee008838366cb792412f3 (diff)
downloademacs-95a23e62a95e69dbe9235c57a8bc71b549714ac3.tar.gz
emacs-95a23e62a95e69dbe9235c57a8bc71b549714ac3.zip
Another indexing improvement for Unicode.
-rw-r--r--doc/lispref/display.texi1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 1c58731a033..de344f985e4 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6441,6 +6441,7 @@ or overlay string includes non-@sc{ascii} characters, these characters
6441are assumed to have left-to-right direction. 6441are assumed to have left-to-right direction.
6442 6442
6443@cindex display properties, and bidi reordering of text 6443@cindex display properties, and bidi reordering of text
6444@cindex Object Replacement Character
6444 Text covered by @code{display} text properties, by overlays with 6445 Text covered by @code{display} text properties, by overlays with
6445@code{display} properties whose value is a string, and by any other 6446@code{display} properties whose value is a string, and by any other
6446properties that replace buffer text, is treated as a single unit when 6447properties that replace buffer text, is treated as a single unit when