From: Xue Fuqiao Date: Thu, 12 Sep 2013 12:04:18 +0000 (+0800) Subject: * doc/emacs/text.texi (Enriched Justification): Explain values of default-justification. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1662^2~3 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=384a7d723ee9cfa2adde22670b1063be8d1a49b4;p=emacs.git * doc/emacs/text.texi (Enriched Justification): Explain values of default-justification. --- diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 7ff13a70718..b263ca7671a 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog @@ -1,3 +1,7 @@ +2013-09-12 Xue Fuqiao + + * text.texi (Enriched Justification): Explain values of default-justification. + 2013-09-04 Xue Fuqiao * maintaining.texi (VC Ignore): Mention `vc-ignore' with prefix argument. diff --git a/doc/emacs/text.texi b/doc/emacs/text.texi index e5743b064fb..b2cb5ee3d3b 100644 --- a/doc/emacs/text.texi +++ b/doc/emacs/text.texi @@ -2086,6 +2086,7 @@ newlines are used for filling. The @key{RET} (@code{newline}) and commands, including Auto Fill (@pxref{Auto Fill}), insert only soft newlines and delete only soft newlines, leaving hard newlines alone. +@c FIXME: I don't see ‘unfilled’ in that node. --xfq Thus, when editing with Enriched mode, you should not use @key{RET} or @kbd{C-o} to break lines in the middle of filled paragraphs. Use Auto Fill mode or explicit fill commands (@pxref{Fill Commands}) @@ -2294,13 +2295,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}. +@code{full}, @code{center}, or @code{none}; their meanings correspond +to the commands above. @node Enriched Properties @subsection Setting Other Text Properties