From: Lars Magne Ingebrigtsen Date: Sun, 24 Oct 2010 02:53:17 +0000 (+0200) Subject: (gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer. X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=commitdiff_plain;h=478473e45d7dced7f964d7772c8d12558fcc3072;ds=sidebyside (gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02c52a0ad..6a51931a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,8 @@ * gnus-sum.el (gnus-summary-select-article): Make sure we have the original article buffer live. + (gnus-summary-select-article-buffer): Mention + gnus-widen-article-buffer. 2010-10-23 Lars Magne Ingebrigtsen diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index 401624435..7cd199325 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -6942,7 +6942,9 @@ displayed, no centering will be performed." ;; Various summary commands (defun gnus-summary-select-article-buffer () - "Reconfigure windows to show the article buffer." + "Reconfigure windows to show the article buffer. +If `gnus-widen-article-buffer' is set, show only the article +buffer." (interactive) (if (not (gnus-buffer-live-p gnus-article-buffer)) (error "There is no article buffer for this summary buffer")