aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/emacs/ChangeLog5
-rw-r--r--doc/emacs/mule.texi2
-rw-r--r--doc/lispref/ChangeLog5
-rw-r--r--doc/lispref/display.texi2
4 files changed, 12 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog
index e10b9a83a43..794771e24d3 100644
--- a/doc/emacs/ChangeLog
+++ b/doc/emacs/ChangeLog
@@ -1,3 +1,8 @@
12011-07-28 Eli Zaretskii <eliz@gnu.org>
2
3 * mule.texi (Bidirectional Editing): Document the fact that
4 bidi-display-reordering is t by default.
5
12011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * help.texi (Misc Help): Mention `describe-prefix-bindings' 8 * help.texi (Misc Help): Mention `describe-prefix-bindings'
diff --git a/doc/emacs/mule.texi b/doc/emacs/mule.texi
index 3c970ecb12c..4f1683ef5ea 100644
--- a/doc/emacs/mule.texi
+++ b/doc/emacs/mule.texi
@@ -1703,7 +1703,7 @@ Annex #9, for reordering of bidirectional text for display.
1703whether text in the buffer is reordered for display. If its value is 1703whether text in the buffer is reordered for display. If its value is
1704non-@code{nil}, Emacs reorders characters that have right-to-left 1704non-@code{nil}, Emacs reorders characters that have right-to-left
1705directionality when they are displayed. The default value is 1705directionality when they are displayed. The default value is
1706@code{nil}. 1706@code{t}.
1707 1707
1708 Each paragraph of bidirectional text can have its own @dfn{base 1708 Each paragraph of bidirectional text can have its own @dfn{base
1709direction}, either right-to-left or left-to-right. (Paragraph 1709direction}, either right-to-left or left-to-right. (Paragraph
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