aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref
diff options
context:
space:
mode:
authorPaul Eggert2011-07-29 14:14:19 -0700
committerPaul Eggert2011-07-29 14:14:19 -0700
commiteacb6b4bfa897c12c41a4af73f40ab61b45a8548 (patch)
treed0f9e055b6780b64db72c65753a793e1d1a59f66 /doc/lispref
parent5402029425ceee114d7ed071ac981227f0d1fc38 (diff)
parent096a60526593c1571da1ec9137b878ad8178f833 (diff)
downloademacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.tar.gz
emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.zip
Merge from trunk.
Diffstat (limited to 'doc/lispref')
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog
index d59bbf87bce..f08ee3a227c 100644
--- a/doc/lispref/ChangeLog
+++ b/doc/lispref/ChangeLog
@@ -1,3 +1,8 @@
12011-07-28 Eli Zaretskii <eliz@gnu.org>
2
3 * display.texi (Bidirectional Display): Document the fact that
4 bidi-display-reordering is t by default.
5
12011-07-23 Eli Zaretskii <eliz@gnu.org> 62011-07-23 Eli Zaretskii <eliz@gnu.org>
2 7
3 * display.texi (Bidirectional Display): New section. 8 * display.texi (Bidirectional Display): New section.
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi
index 903232bcbda..077d0992232 100644
--- a/doc/lispref/display.texi
+++ b/doc/lispref/display.texi
@@ -6007,7 +6007,7 @@ a ``Full bidirectionality'' class implementation of the @acronym{UBA}.
6007whether text in the buffer is reordered for display. If its value is 6007whether text in the buffer is reordered for display. If its value is
6008non-@code{nil}, Emacs reorders characters that have right-to-left 6008non-@code{nil}, Emacs reorders characters that have right-to-left
6009directionality when they are displayed. The default value is 6009directionality when they are displayed. The default value is
6010@code{nil}. Text in overlay strings (@pxref{Overlay 6010@code{t}. Text in overlay strings (@pxref{Overlay
6011Properties,,before-string}), display strings (@pxref{Overlay 6011Properties,,before-string}), display strings (@pxref{Overlay
6012Properties,,display}), and @code{display} text properties 6012Properties,,display}), and @code{display} text properties
6013(@pxref{Display Property}) is also reordered if the buffer whose text 6013(@pxref{Display Property}) is also reordered if the buffer whose text