diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/emacs/ChangeLog | 5 | ||||
-rw-r--r-- | doc/emacs/mule.texi | 2 | ||||
-rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
-rw-r--r-- | doc/lispref/display.texi | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 320c21a1f1a..807f64542ab 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,8 @@ +2011-07-28 Eli Zaretskii <eliz@gnu.org> + + * mule.texi (Bidirectional Editing): Document the fact that + bidi-display-reordering is t by default. + 2011-07-15 Lars Magne Ingebrigtsen <larsi@gnus.org> * 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. whether text in the buffer is reordered for display. If its value is non-@code{nil}, Emacs reorders characters that have right-to-left directionality when they are displayed. The default value is -@code{nil}. +@code{t}. Each paragraph of bidirectional text can have its own @dfn{base direction}, either right-to-left or left-to-right. (Paragraph diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index b04f92c8cd8..38a247c21e9 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog @@ -1,3 +1,8 @@ +2011-07-28 Eli Zaretskii <eliz@gnu.org> + + * display.texi (Bidirectional Display): Document the fact that + bidi-display-reordering is t by default. + 2011-07-23 Eli Zaretskii <eliz@gnu.org> * 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}. whether text in the buffer is reordered for display. If its value is non-@code{nil}, Emacs reorders characters that have right-to-left directionality when they are displayed. The default value is -@code{nil}. Text in overlay strings (@pxref{Overlay +@code{t}. Text in overlay strings (@pxref{Overlay Properties,,before-string}), display strings (@pxref{Overlay Properties,,display}), and @code{display} text properties (@pxref{Display Property}) is also reordered if the buffer whose text |