diff options
| author | Eli Zaretskii | 2011-08-18 19:27:59 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-08-18 19:27:59 +0300 |
| commit | 92b714445aac9be4227684f9c90cd61c3a0f02d5 (patch) | |
| tree | 500dc7703dc57abbd4c1c3034264f0d39619f6c5 /doc | |
| parent | 9778ebccaaf3bbb3d2e05a45943af32b7751e8c8 (diff) | |
| download | emacs-92b714445aac9be4227684f9c90cd61c3a0f02d5.tar.gz emacs-92b714445aac9be4227684f9c90cd61c3a0f02d5.zip | |
Rename string-mark-left-to-right to bidi-string-mark-left-to-right in the manual.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/ChangeLog | 7 | ||||
| -rw-r--r-- | doc/lispref/display.texi | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/lispref/ChangeLog b/doc/lispref/ChangeLog index 03a20ba5830..4cb4d0a6f50 100644 --- a/doc/lispref/ChangeLog +++ b/doc/lispref/ChangeLog | |||
| @@ -6,9 +6,10 @@ | |||
| 6 | 6 | ||
| 7 | * display.texi (Bidirectional Display): Document the pitfalls of | 7 | * display.texi (Bidirectional Display): Document the pitfalls of |
| 8 | concatenating strings with bidirectional content, with possible | 8 | concatenating strings with bidirectional content, with possible |
| 9 | solutions. Document string-mark-left-to-right. Mention paragraph | 9 | solutions. Document bidi-string-mark-left-to-right. Mention |
| 10 | direction in modes that inherit from prog-mode. Document use of | 10 | paragraph direction in modes that inherit from prog-mode. |
| 11 | `bidi-class' and `mirroring' properties as part of reordering. | 11 | Document use of `bidi-class' and `mirroring' properties as part of |
| 12 | reordering. | ||
| 12 | 13 | ||
| 13 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> | 14 | 2011-08-16 Eli Zaretskii <eliz@gnu.org> |
| 14 | 15 | ||
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 7e7851452d8..8f7f4003411 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -6132,8 +6132,8 @@ forcing correct order of fields on display: | |||
| 6132 | Append the special character @code{U+200E}, LEFT-TO-RIGHT MARK, or | 6132 | Append the special character @code{U+200E}, LEFT-TO-RIGHT MARK, or |
| 6133 | @acronym{LRM}, to the end of each field that may have bidirectional | 6133 | @acronym{LRM}, to the end of each field that may have bidirectional |
| 6134 | content, or prepend it to the beginning of the following field. The | 6134 | content, or prepend it to the beginning of the following field. The |
| 6135 | function @code{string-mark-left-to-right}, described below, comes in | 6135 | function @code{bidi-string-mark-left-to-right}, described below, comes |
| 6136 | handy for this purpose. (In a right-to-left paragraph, use | 6136 | in handy for this purpose. (In a right-to-left paragraph, use |
| 6137 | @code{U+200F}, RIGHT-TO-LEFT MARK, or @acronym{RLM}, instead.) This | 6137 | @code{U+200F}, RIGHT-TO-LEFT MARK, or @acronym{RLM}, instead.) This |
| 6138 | is one of the solutions recommended by | 6138 | is one of the solutions recommended by |
| 6139 | @uref{http://www.unicode.org/reports/tr9/#Separators, the | 6139 | @uref{http://www.unicode.org/reports/tr9/#Separators, the |
| @@ -6146,7 +6146,7 @@ reordering, whose effect is to make each field a separate segment, and | |||
| 6146 | thus reorder them separately. | 6146 | thus reorder them separately. |
| 6147 | @end itemize | 6147 | @end itemize |
| 6148 | 6148 | ||
| 6149 | @defun string-mark-left-to-right string | 6149 | @defun bidi-string-mark-left-to-right string |
| 6150 | This subroutine returns its argument @var{string}, possibly modified, | 6150 | This subroutine returns its argument @var{string}, possibly modified, |
| 6151 | such that the result can be safely concatenated with another string, | 6151 | such that the result can be safely concatenated with another string, |
| 6152 | or juxtaposed with another string in a buffer, without disrupting the | 6152 | or juxtaposed with another string in a buffer, without disrupting the |