diff options
author | Eli Zaretskii <eliz@gnu.org> | 2011-07-28 20:18:25 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2011-07-28 20:18:25 +0300 |
commit | 4cc60b9b857810d8229c600b96f440d5b798345a (patch) | |
tree | 722ba06db078048e09c50ada5ea290f74c83c30f /doc/emacs/mule.texi | |
parent | 66606eea1f69d1b35dfc006c2901f2c7ca08d487 (diff) | |
download | emacs-4cc60b9b857810d8229c600b96f440d5b798345a.tar.gz |
Turn on bidi-display-reordering by default.
src/buffer.c (init_buffer_once, syms_of_buffer): Set
bidi-display-reordering to t by default.
doc/emacs/mule.texi (Bidirectional Editing): Document the fact that
bidi-display-reordering is t by default.
lispref/display.texi (Bidirectional Display): Document the fact that
bidi-display-reordering is t by default.
Diffstat (limited to 'doc/emacs/mule.texi')
-rw-r--r-- | doc/emacs/mule.texi | 2 |
1 files changed, 1 insertions, 1 deletions
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 |