2001-10-27 Simon Josefsson <jas@extundo.com>
authorSimon Josefsson <jas@extundo.com>
Sat, 27 Oct 2001 17:42:06 +0000 (17:42 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 27 Oct 2001 17:42:06 +0000 (17:42 +0000)
* message.texi (Insertion): Fix message-yank*-prefix.

texi/ChangeLog
texi/message.texi

index 7d00cd5..4e591c6 100644 (file)
@@ -1,3 +1,7 @@
+2001-10-27  Simon Josefsson  <jas@extundo.com>
+
+       * message.texi (Insertion): Fix message-yank*-prefix.
+
 2001-10-25  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Mail Source Specifiers): More info on SSL, kerberos etc.
index be5d061..63720b0 100644 (file)
@@ -513,18 +513,20 @@ Article Highlighting, gnus}, for details.
 @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 quoted line you yank (except earlier
-quotes, see @code{message-yank-cited-prefix}) will have
-@code{message-yank-prefix} prepended to it.  The default is @samp{> }.
+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{> }.
 
 @item message-yank-cited-prefix
 @vindex message-yank-cited-prefix
 @cindex yanking
 @cindex cited
 @cindex quoting
-The @code{message-yank-prefix} prefix is not used on already cited
-lines, instead the contents of this variable is used as yank prefix.
-The default is @samp{>}.
+When yanking text from a 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}.
 
 @item message-indentation-spaces
 @vindex message-indentation-spaces