diff options
| -rw-r--r-- | doc/lispref/ChangeLog | 1 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 5b945c6d06e..97d6ec47ac3 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | 2013-11-05 Xue Fuqiao <xfq.free@gmail.com> | 1 | 2013-11-05 Xue Fuqiao <xfq.free@gmail.com> |
| 2 | 2 | ||
| 3 | * display.texi (Glyphs): Add an index for glyph code. | 3 | * display.texi (Glyphs): Add an index for glyph code. |
| 4 | (Bidirectional Display): Add an index for UBA. | ||
| 4 | 5 | ||
| 5 | 2013-11-01 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-11-01 Jan Djärv <jan.h.d@swipnet.se> |
| 6 | 7 | ||
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 36d8502fe9e..f0eb2379358 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6388,6 +6388,7 @@ and displaying bidirectional text. | |||
| 6388 | @cindex reading order | 6388 | @cindex reading order |
| 6389 | @cindex visual order | 6389 | @cindex visual order |
| 6390 | @cindex unicode bidirectional algorithm | 6390 | @cindex unicode bidirectional algorithm |
| 6391 | @cindex UBA | ||
| 6391 | @cindex bidirectional reordering | 6392 | @cindex bidirectional reordering |
| 6392 | Text is stored in Emacs buffers and strings in @dfn{logical} (or | 6393 | Text is stored in Emacs buffers and strings in @dfn{logical} (or |
| 6393 | @dfn{reading}) order, i.e., the order in which a human would read | 6394 | @dfn{reading}) order, i.e., the order in which a human would read |