+2002-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
+
+ * gnus.texi (Delayed Articles): Fix gnus-delay-initialize.
+
2002-10-10 Simon Josefsson <jas@extundo.com>
* message.texi (Security): Fix.
@table @code
@item gnus-delay-initialize
@findex gnus-delay-initialize
-\e$B%G%#%U%)%k%H$G$O!"$3$N4X?t$O\e(B Message \e$B%b!<%I$K$*$1$k\e(B @kbd{C-c C-j} \e$B%-!<$N\e(B
-\e$B%P%$%s%I$H!"\e(B
-@code{gnus-delay-send-queue} \e$B$N\e(B @code{gnus-get-new-news-hook} \e$B$X$NDI2C$r\e(B
-\e$B9T$J$$$^$9!#$G$9$,!"$3$l$O\e(B @code{no-keymap} \e$B$H\e(B @code{no-check} \e$B$NFs$D$N\e(B
-\e$B%*%W%7%g%s0z?t$r<u$1IU$1$^$9!#$b$7\e(B @code{no-keymap} \e$B$,Hs\e(Bnil \e$B$@$C$?\e(B
-\e$B$i\e(B @kbd{C-c C-j} \e$B%-!<$N%P%$%s%I$r9T$J$$$^$;$s!#$b$7\e(B @code{no-check} \e$B$,Hs\e(B
-nil \e$B$@$C$?$i\e(B @code{gnus-get-new-news-hook} \e$B$OJQ99$5$l$^$;$s!#\e(B
-
-\e$BNc$($P\e(B @code{(gnus-delay-initialize nil t)} \e$B$O!"%-!<%^%C%W$OJQ99$9$k\e(B
-\e$B$,\e(B @code{gnus-get-new-news-hook} \e$B$OJQ99$7$J$$$3$H$r0UL#$7$^$9!#$"$J$?$O\e(B
-\e$BCY1d5-;v$NAw?.$K%G!<%b%s$r;H$$$?$$$N$G$7$g$&$M!#$G$b!"$=$l$r@_Dj$9$k$3$H\e(B
-\e$B$rK:$l$J$$$G2<$5$$$M!#\e(B:-)
+\e$B%G%#%U%)%k%H$G$O$3$N4X?t\e(B
+\e$B$O\e(B @code{gnus-delay-send-queue} \e$B$N\e(B @code{gnus-get-new-news-hook} \e$B$X$NDI\e(B
+\e$B2C$r9T$J$$$^$9!#$G$9$,!"$3$l$OBhFs%*%W%7%g%s0z?t\e(B @code{no-check} \e$B$r<u$1\e(B
+\e$BIU$1$^$9!#$b$7$=$l$,Hs\e(B-nil \e$B$@$C$?$i\e(B @code{gnus-get-new-news-hook} \e$B$OJQ99\e(B
+\e$B$5$l$^$;$s!#Bh0l%*%W%7%g%s0z?t$OL5;k$5$l$^$9!#\e(B
+
+\e$BNc$(\e(B
+\e$B$P\e(B @code{(gnus-delay-initialize nil t)} \e$B$O\e(B @code{gnus-get-new-news-hook} \e$B$r\e(B
+\e$BJQ99$7$J$$$3$H$r0UL#$7$^$9!#$"$J$?$OCY1d5-;v$NAw?.$K%G!<%b%s$r;H$$$?$$$N\e(B
+\e$B$G$7$g$&$M!#$G$b!"$=$l$r@_Dj$9$k$3$H$rK:$l$J$$$G2<$5$$$M!#\e(B:-)
@end table
@node Marking Articles
@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