From 478473e45d7dced7f964d7772c8d12558fcc3072 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 24 Oct 2010 04:53:17 +0200 Subject: [PATCH] (gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer. --- lisp/ChangeLog | 2 ++ lisp/gnus-sum.el | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) 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") -- 2.25.1