diff options
| author | Paul Eggert | 2011-07-29 14:14:19 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-07-29 14:14:19 -0700 |
| commit | eacb6b4bfa897c12c41a4af73f40ab61b45a8548 (patch) | |
| tree | d0f9e055b6780b64db72c65753a793e1d1a59f66 /doc/lispref | |
| parent | 5402029425ceee114d7ed071ac981227f0d1fc38 (diff) | |
| parent | 096a60526593c1571da1ec9137b878ad8178f833 (diff) | |
| download | emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.tar.gz emacs-eacb6b4bfa897c12c41a4af73f40ab61b45a8548.zip | |
Merge from trunk.
Diffstat (limited to 'doc/lispref')
| -rw-r--r-- | doc/lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 2 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-07-23 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-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}. | |||
| 6007 | whether text in the buffer is reordered for display. If its value is | 6007 | whether text in the buffer is reordered for display. If its value is |
| 6008 | non-@code{nil}, Emacs reorders characters that have right-to-left | 6008 | non-@code{nil}, Emacs reorders characters that have right-to-left |
| 6009 | directionality when they are displayed. The default value is | 6009 | directionality 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 |
| 6011 | Properties,,before-string}), display strings (@pxref{Overlay | 6011 | Properties,,before-string}), display strings (@pxref{Overlay |
| 6012 | Properties,,display}), and @code{display} text properties | 6012 | Properties,,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 |