Changes committed gnus/texi (gnus.texi)
"Katsumi Yamaoka" <[email protected]>
| Newsgroups | gmane.emacs.gnus.commits |
|---|---|
| Message-ID | <[email protected]> |
Modified: gnus.texi
(Article Keymap): Add gnus-article-wide-reply-with-original;
fix descriptions of gnus-article-reply-with-original and
gnus-article-followup-with-original.
Index: gnus.texi
diff -u gnus/texi/gnus.texi:7.268 gnus/texi/gnus.texi:7.269
--- gnus.texi:7.268 Sat Jan 5 22:47:58 2008
+++ gnus.texi Wed Jan 9 23:29:46 2008
@@ -11900,17 +11900,22 @@
@kindex R (Article)
@findex gnus-article-reply-with-original
Send a reply to the current article and yank the current article
-(@code{gnus-article-reply-with-original}). If given a prefix, make a
-wide reply. If the region is active, only yank the text in the
-region.
+(@code{gnus-article-reply-with-original}). If the region is active,
+only yank the text in the region.
+
+@item S W
+@kindex S W (Article)
+@findex gnus-article-wide-reply-with-original
+Send a wide reply to the current article and yank the current article
+(@code{gnus-article-wide-reply-with-original}). If the region is
+active, only yank the text in the region.
@item F
@kindex F (Article)
@findex gnus-article-followup-with-original
Send a followup to the current article and yank the current article
-(@code{gnus-article-followup-with-original}). If given a prefix, make
-a wide reply. If the region is active, only yank the text in the
-region.
+(@code{gnus-article-followup-with-original}). If the region is active,
+only yank the text in the region.
@end table