Synch to Gnus 200312191441.
authoryamaoka <yamaoka>
Fri, 19 Dec 2003 14:56:11 +0000 (14:56 +0000)
committeryamaoka <yamaoka>
Fri, 19 Dec 2003 14:56:11 +0000 (14:56 +0000)
lisp/ChangeLog
lisp/gnus-msg.el

index 5b52fb1..c18a4c1 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-19  Jesper Harder  <harder@ifa.au.dk>
+
+       * gnus-msg.el (gnus-summary-followup): Correct documentation.
+
 2003-12-18  Jesper Harder  <harder@ifa.au.dk>
 
        * gnus-msg.el (gnus-inews-add-send-actions): `yanked' can be a
@@ -23,7 +27,7 @@
 2003-12-16  Per Abrahamsen  <abraham@dina.kvl.dk>
 
        * nnmail.el (nnmail-split-fancy): The widget now supports
-       restrictions. 
+       restrictions.
 
 2003-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
 
index 69ade1b..7595136 100644 (file)
@@ -756,8 +756,7 @@ a news."
 If prefix argument YANK is non-nil, the original article is yanked
 automatically.
 YANK is a list of elements, where the car of each element is the
-article number, and the two following numbers is the region to be
-yanked."
+article number, and the cdr is the string to be yanked."
   (interactive
    (list (and current-prefix-arg
              (gnus-summary-work-articles 1))))