From e4ddf9466e785db5a7cce34b6e4a8a98bd7c763a Mon Sep 17 00:00:00 2001 From: yamaoka Date: Thu, 8 May 2003 11:08:27 +0000 Subject: [PATCH] Synch to Gnus 200305080813. --- lisp/ChangeLog | 5 +++++ lisp/gnus-sum.el | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf7fd69..eeb9619 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Kai Gro,A_(Bjohann + + * gnus-sum.el (gnus-summary-next-page): Mention + `gnus-article-skip-boring' in docstring. + 2003-05-08 Jesper Harder * rfc2231.el (rfc2231-parse-string): "=" should have whitespace diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 11c27b9..dd54d79 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -7166,7 +7166,9 @@ If CIRCULAR is non-nil, go to the start of the article instead of selecting the next article when reaching the end of the current article. -If STOP is non-nil, just stop when reaching the end of the message." +If STOP is non-nil, just stop when reaching the end of the message. + +Also see the variable `gnus-article-skip-boring'." (interactive "P") (setq gnus-summary-buffer (current-buffer)) (gnus-set-global-variables) -- 1.7.10.4