aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXue Fuqiao2013-11-05 19:42:58 +0800
committerXue Fuqiao2013-11-05 19:42:58 +0800
commit5e21526fc5a8b481c06ee008838366cb792412f3 (patch)
tree4c6995d1ebf4ad700ea24c995fb1adc2c19e86aa
parentf5e49f5ba5fcd22bc33afc6d4e7af9ccfac68758 (diff)
downloademacs-5e21526fc5a8b481c06ee008838366cb792412f3.tar.gz
emacs-5e21526fc5a8b481c06ee008838366cb792412f3.zip
Improve indexing.
-rw-r--r--doc/lispref/ChangeLog4
-rw-r--r--doc/lispref/display.texi1
-rw-r--r--doc/lispref/lists.texi1
3 files changed, 5 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index 97d6ec47ac3..b1f458ccb67 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,7 +1,9 @@
12013-11-05 Xue Fuqiao <xfq.free@gmail.com> 12013-11-05 Xue Fuqiao <xfq.free@gmail.com>
2 2
3 * lists.texi (Rearrangement): Improve indexing.
4
3 * display.texi (Glyphs): Add an index for glyph code. 5 * display.texi (Glyphs): Add an index for glyph code.
4 (Bidirectional Display): Add an index for UBA. 6 (Bidirectional Display): Improve indexing.
5 7
62013-11-01 Jan Djärv <jan.h.d@swipnet.se> 82013-11-01 Jan Djärv <jan.h.d@swipnet.se>
7 9
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index f0eb2379358..1c58731a033 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6390,6 +6390,7 @@ and displaying bidirectional text.
6390@cindex unicode bidirectional algorithm 6390@cindex unicode bidirectional algorithm
6391@cindex UBA 6391@cindex UBA
6392@cindex bidirectional reordering 6392@cindex bidirectional reordering
6393@cindex reordering, in bidi
6393 Text is stored in Emacs buffers and strings in @dfn{logical} (or 6394 Text is stored in Emacs buffers and strings in @dfn{logical} (or
6394@dfn{reading}) order, i.e., the order in which a human would read 6395@dfn{reading}) order, i.e., the order in which a human would read
6395each character. In right-to-left and bidirectional text, the order in 6396each character. In right-to-left and bidirectional text, the order in
diff --git a/doc/lispref/lists.texi b/doc/lispref/lists.texi
index 9daf01cd0a2..6bb200060ca 100644
--- a/doc/lispref/lists.texi
+++ b/doc/lispref/lists.texi
@@ -1044,6 +1044,7 @@ x1
1044@node Rearrangement 1044@node Rearrangement
1045@subsection Functions that Rearrange Lists 1045@subsection Functions that Rearrange Lists
1046@cindex rearrangement of lists 1046@cindex rearrangement of lists
1047@cindex reordering, in lists
1047@cindex modification of lists 1048@cindex modification of lists
1048 1049
1049 Here are some functions that rearrange lists ``destructively'' by 1050 Here are some functions that rearrange lists ``destructively'' by