+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
(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))