]> git.eshelyaron.com Git - emacs.git/commitdiff
Better indexing of "base direction" of paragraphs in the user manual.
authorEli Zaretskii <eliz@gnu.org>
Wed, 25 Apr 2012 08:30:59 +0000 (11:30 +0300)
committerEli Zaretskii <eliz@gnu.org>
Wed, 25 Apr 2012 08:30:59 +0000 (11:30 +0300)
 doc/emacs/mule.texi (Bidirectional Editing): Improve indexing.  Minor
 wording tweaks.

doc/emacs/ChangeLog
doc/emacs/mule.texi

index 18428c0ba48bb746002c53ad1b65d186e24b7795..deb10e0e488e57255013a6c4116049a2a4343aed 100644 (file)
@@ -1,3 +1,8 @@
+2012-04-25  Eli Zaretskii  <eliz@gnu.org>
+
+       * mule.texi (Bidirectional Editing): Improve indexing.  Minor
+       wording tweaks.
+
 2012-04-15  Chong Yidong  <cyd@gnu.org>
 
        * misc.texi (emacsclient Options): More clarifications.
index 5f0e138deef086a6daac149288104cffbbde2b9d..9c1d908f88234dbb0952fa56673d829eff80e6e6 100644 (file)
@@ -1763,15 +1763,17 @@ non-@code{nil}, Emacs reorders characters that have right-to-left
 directionality when they are displayed.  The default value is
 @code{t}.
 
+@cindex base direction of paragraphs
+@cindex paragraph, base direction
   Each paragraph of bidirectional text can have its own @dfn{base
 direction}, either right-to-left or left-to-right.  (Paragraph
 @c paragraph-separate etc have no influence on this?
 boundaries are empty lines, i.e.@: lines consisting entirely of
-whitespace characters.)  Text in left-to-right paragraphs begins at
-the left margin of the window and is truncated or continued when it
-reaches the right margin.  By contrast, text in right-to-left
-paragraphs begins at the right margin and is continued or truncated at
-the left margin.
+whitespace characters.)  Text in left-to-right paragraphs begins on
+the screen at the left margin of the window and is truncated or
+continued when it reaches the right margin.  By contrast, text in
+right-to-left paragraphs is displayed starting at the right margin and
+is continued or truncated at the left margin.
 
 @vindex bidi-paragraph-direction
   Emacs determines the base direction of each paragraph dynamically,