From 7f9cb3197fca5b28d4dfdc1ddbc248a9ecdfde03 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 19 Dec 2003 14:56:11 +0000 Subject: [PATCH] Synch to Gnus 200312191441. --- lisp/ChangeLog | 6 +++++- lisp/gnus-msg.el | 3 +-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5b52fb1..c18a4c1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-12-19 Jesper Harder + + * gnus-msg.el (gnus-summary-followup): Correct documentation. + 2003-12-18 Jesper Harder * gnus-msg.el (gnus-inews-add-send-actions): `yanked' can be a @@ -23,7 +27,7 @@ 2003-12-16 Per Abrahamsen * nnmail.el (nnmail-split-fancy): The widget now supports - restrictions. + restrictions. 2003-12-16 Katsumi Yamaoka diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 69ade1b..7595136 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el @@ -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)))) -- 1.7.10.4