From: Kai Grossjohann Date: Thu, 8 May 2003 08:13:31 +0000 (+0000) Subject: (gnus-summary-next-page): Mention X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=0ab22b415177e4296426f278b4d196c1e5a887f4 (gnus-summary-next-page): Mention `gnus-article-skip-boring' in docstring. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cf7fd69cd..eeb96190c 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 9da62da8f..d3a9414b2 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -7158,7 +7158,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)