]> git.eshelyaron.com Git - emacs.git/commitdiff
* doc/emacs/text.texi (Enriched Justification): Minor fixes.
authorXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 02:45:22 +0000 (10:45 +0800)
committerXue Fuqiao <xfq.free@gmail.com>
Sat, 17 Aug 2013 02:45:22 +0000 (10:45 +0800)
doc/emacs/ChangeLog
doc/emacs/text.texi
doc/lispref/text.texi

index f7e607f03cfaa47cdba5532d76719354cbc30db3..f94db60f25fa6a068abf8d56cb6794c7dd3ac6be 100644 (file)
@@ -1,3 +1,7 @@
+2013-08-17  Xue Fuqiao  <xfq.free@gmail.com>
+
+       * text.texi (Enriched Justification): Minor fixes.
+
 2013-08-14  Xue Fuqiao  <xfq.free@gmail.com>
 
        * files.texi (Filesets): Add an index.
index d50a841d509d0d071a246b93eea94f0cef64e62d..e5743b064fb817b2356640fb474034b9f18ed6d8 100644 (file)
@@ -2255,6 +2255,7 @@ Prefix}.
 
 @node Enriched Justification
 @subsection Justification in Enriched Text
+@cindex justification style
 
   In Enriched mode, you can use the following commands to specify
 various @dfn{justification styles} for filling.  These commands apply
@@ -2293,13 +2294,13 @@ commands do nothing on text with this setting.  You can, however,
 still indent the left margin.
 @end table
 
+@c FIXME: We should explain the effect of these symbols.  --xfq
 @vindex default-justification
   You can also specify justification styles using the Justification
-submenu in the Text Properties menu.
-  The default justification style is specified by the per-buffer
-variable @code{default-justification}.  Its value should be one of the
-symbols @code{left}, @code{right}, @code{full}, @code{center}, or
-@code{none}.
+submenu in the Text Properties menu.  The default justification style
+is specified by the per-buffer variable @code{default-justification}.
+Its value should be one of the symbols @code{left}, @code{right},
+@code{full}, @code{center}, or @code{none}.
 
 @node Enriched Properties
 @subsection Setting Other Text Properties
index a1ab35bab063b65178ef8d2fda477200f372e4a6..6205d10ce1b663403371282db2ac05866af05363 100644 (file)
@@ -1499,6 +1499,7 @@ the header lines.  If @var{citation-regexp} is a string, it is used as
 a regular expression; if it matches the beginning of a line, that line
 is treated as a citation marker.
 
+@c FIXME: "That mode" is confusing.  It isn't a major/minor mode.
 Ordinarily, @code{fill-individual-paragraphs} regards each change in
 indentation as starting a new paragraph.  If
 @code{fill-individual-varying-indent} is non-@code{nil}, then only