From 2d82d426a66c2438fc45983ca0e58aa9c17c80e4 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Fri, 11 Oct 2002 10:42:31 +0000 Subject: [PATCH] (Delayed Articles): Fix gnus-delay-initialize. --- texi/ChangeLog | 4 ++++ texi/gnus.texi | 20 +++++++++----------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/texi/ChangeLog b/texi/ChangeLog index d6774fad8..93ed1a0e0 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2002-10-11 Katsumi Yamaoka + + * gnus.texi (Delayed Articles): Fix gnus-delay-initialize. + 2002-10-10 Simon Josefsson * message.texi (Security): Fix. diff --git a/texi/gnus.texi b/texi/gnus.texi index 8fabca698..61fde66ac 100644 --- a/texi/gnus.texi +++ b/texi/gnus.texi @@ -5466,17 +5466,15 @@ execute the @code{gnus-delay-send-queue} function. @table @code @item gnus-delay-initialize @findex gnus-delay-initialize -By default, this function installs the @kbd{C-c C-j} key binding in -Message mode and @code{gnus-delay-send-queue} in -@code{gnus-get-new-news-hook}. But it accepts two optional arguments, -@code{no-keymap} and @code{no-check}. If @code{no-keymap} is non-nil, -the @kbd{C-c C-j} binding is not intalled. If @code{no-check} is -non-nil, @code{gnus-get-new-news-hook} is not changed. - -For example, @code{(gnus-delay-initialize nil t)} means to change the -keymap but not to change @code{gnus-get-new-news-hook}. Presumably, you -want to use the demon for sending due delayed articles. Just don't -forget to set that up :-) +By default, this function installs @code{gnus-delay-send-queue} in +@code{gnus-get-new-news-hook}. But it accepts the optional second +argument @code{no-check}. If it is non-nil, +@code{gnus-get-new-news-hook} is not changed. The optional first +argument is ignored. + +For example, @code{(gnus-delay-initialize nil t)} means not to change +@code{gnus-get-new-news-hook}. Presumably, you want to use the demon +for sending due delayed articles. Just don't forget to set that up :-) @end table -- 2.34.1