emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105490: Rename string-mark-left-to-r


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105490: Rename string-mark-left-to-right to bidi-string-mark-left-to-right in the manual.
Date: Thu, 18 Aug 2011 19:27:59 +0300
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105490
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Thu 2011-08-18 19:27:59 +0300
message:
  Rename string-mark-left-to-right to bidi-string-mark-left-to-right in the 
manual.
modified:
  doc/lispref/ChangeLog
  doc/lispref/display.texi
=== modified file 'doc/lispref/ChangeLog'
--- a/doc/lispref/ChangeLog     2011-08-18 10:53:55 +0000
+++ b/doc/lispref/ChangeLog     2011-08-18 16:27:59 +0000
@@ -6,9 +6,10 @@
 
        * display.texi (Bidirectional Display): Document the pitfalls of
        concatenating strings with bidirectional content, with possible
-       solutions.  Document string-mark-left-to-right.  Mention paragraph
-       direction in modes that inherit from prog-mode.  Document use of
-       `bidi-class' and `mirroring' properties as part of reordering.
+       solutions.  Document bidi-string-mark-left-to-right.  Mention
+       paragraph direction in modes that inherit from prog-mode.
+       Document use of `bidi-class' and `mirroring' properties as part of
+       reordering.
 
 2011-08-16  Eli Zaretskii  <address@hidden>
 

=== modified file 'doc/lispref/display.texi'
--- a/doc/lispref/display.texi  2011-08-18 10:53:55 +0000
+++ b/doc/lispref/display.texi  2011-08-18 16:27:59 +0000
@@ -6132,8 +6132,8 @@
 Append the special character @code{U+200E}, LEFT-TO-RIGHT MARK, or
 @acronym{LRM}, to the end of each field that may have bidirectional
 content, or prepend it to the beginning of the following field.  The
-function @code{string-mark-left-to-right}, described below, comes in
-handy for this purpose.  (In a right-to-left paragraph, use
+function @code{bidi-string-mark-left-to-right}, described below, comes
+in handy for this purpose.  (In a right-to-left paragraph, use
 @code{U+200F}, RIGHT-TO-LEFT MARK, or @acronym{RLM}, instead.)  This
 is one of the solutions recommended by
 @uref{http://www.unicode.org/reports/tr9/#Separators, the
@@ -6146,7 +6146,7 @@
 thus reorder them separately.
 @end itemize
 
address@hidden string-mark-left-to-right string
address@hidden bidi-string-mark-left-to-right string
 This subroutine returns its argument @var{string}, possibly modified,
 such that the result can be safely concatenated with another string,
 or juxtaposed with another string in a buffer, without disrupting the


reply via email to

[Prev in Thread] Current Thread [Next in Thread]