(gnus-summary-select-article-buffer): Mention gnus-widen-article-buffer.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 24 Oct 2010 02:53:17 +0000 (04:53 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 24 Oct 2010 02:53:17 +0000 (04:53 +0200)
lisp/ChangeLog
lisp/gnus-sum.el

index 02c52a0..6a51931 100644 (file)
@@ -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  <larsi@gnus.org>
 
index 4016244..7cd1993 100644 (file)
@@ -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")