diff options
| author | Xue Fuqiao | 2013-11-05 19:48:39 +0800 |
|---|---|---|
| committer | Xue Fuqiao | 2013-11-05 19:48:39 +0800 |
| commit | 95a23e62a95e69dbe9235c57a8bc71b549714ac3 (patch) | |
| tree | bbb75c50272b90c190f9429204d743f57f2b300c | |
| parent | 5e21526fc5a8b481c06ee008838366cb792412f3 (diff) | |
| download | emacs-95a23e62a95e69dbe9235c57a8bc71b549714ac3.tar.gz emacs-95a23e62a95e69dbe9235c57a8bc71b549714ac3.zip | |
Another indexing improvement for Unicode.
| -rw-r--r-- | doc/lispref/display.texi | 1 |
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 | |||
| 6441 | are assumed to have left-to-right direction. | 6441 | are 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 |
| 6446 | properties that replace buffer text, is treated as a single unit when | 6447 | properties that replace buffer text, is treated as a single unit when |