(gnus-summary-followup-with-original): Document yanking of region when active.
authorReiner Steib <Reiner.Steib@gmx.de>
Wed, 19 May 2004 11:53:22 +0000 (11:53 +0000)
committerReiner Steib <Reiner.Steib@gmx.de>
Wed, 19 May 2004 11:53:22 +0000 (11:53 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index d10f8e0..ba9da03 100644 (file)
@@ -1,3 +1,8 @@
+2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus-msg.el (gnus-summary-followup-with-original): Document
+       yanking of region when active.
+
 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
index 225aab8..d3f754d 100644 (file)
@@ -725,7 +725,9 @@ article number, and the cdr is the string to be yanked."
     (gnus-summary-handle-replysign)))
 
 (defun gnus-summary-followup-with-original (n &optional force-news)
-  "Compose a followup to an article and include the original article."
+  "Compose a followup to an article and include the original article.
+The text in the region will be yanked.  If the region isn't
+active, the entire article will be yanked."
   (interactive "P")
   (gnus-summary-followup (gnus-summary-work-articles n) force-news))