(Insertion Variables): Mention new variable `message-yank-empty-prefix'.
authorRomain Francoise <romain@orebokech.com>
Mon, 8 Aug 2005 20:02:59 +0000 (20:02 +0000)
committerRomain Francoise <romain@orebokech.com>
Mon, 8 Aug 2005 20:02:59 +0000 (20:02 +0000)
Change `message-yank-cited-prefix' documentation accordingly.

texi/ChangeLog
texi/message.texi

index c869f44..b6f98be 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-08  Romain Francoise  <romain@orebokech.com>
+
+       * message.texi (Insertion Variables): Mention new variable
+       `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
+       documentation accordingly.
+
 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
index 1860217..848bcaf 100644 (file)
@@ -1774,21 +1774,29 @@ Article Highlighting, gnus, The Gnus Manual}, for details.
 @cindex yanking
 @cindex quoting
 When you are replying to or following up an article, you normally want
-to quote the person you are answering.  Inserting quoted text is done
-by @dfn{yanking}, and each line you yank will have
-@code{message-yank-prefix} prepended to it (except for quoted and
-empty lines which uses @code{message-yank-cited-prefix}).  The default
-is @samp{> }.
+to quote the person you are answering.  Inserting quoted text is done by
+@dfn{yanking}, and each line you yank will have
+@code{message-yank-prefix} prepended to it (except for quoted lines
+which use @code{message-yank-cited-prefix} and empty lines which use
+@code{message-yank-empty-prefix}).  The default is @samp{> }.
 
 @item message-yank-cited-prefix
 @vindex message-yank-cited-prefix
 @cindex yanking
 @cindex cited
 @cindex quoting
-When yanking text from an article which contains no text or already
-cited text, each line will be prefixed with the contents of this
-variable.  The default is @samp{>}.  See also
-@code{message-yank-prefix}.
+When yanking text from an article which contains already cited text,
+each line will be prefixed with the contents of this variable.  The
+default is @samp{>}.  See also @code{message-yank-prefix}.
+
+@item message-yank-empty-prefix
+@vindex message-yank-empty-prefix
+@cindex yanking
+@cindex quoting
+When yanking text from an article, each empty line will be prefixed with
+the contents of this variable.  The default is @samp{>}.  You can set
+this variable to an empty string to split the cited text into paragraphs
+automatically.  See also @code{message-yank-prefix}.
 
 @item message-indentation-spaces
 @vindex message-indentation-spaces