emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 cf79327: Fix a pasto in a Gnus doc string


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs-26 cf79327: Fix a pasto in a Gnus doc string
Date: Sat, 20 Oct 2018 04:27:34 -0400 (EDT)

branch: emacs-26
commit cf7932712a1dac49fb299b20762d2f3329f9786b
Author: Eli Zaretskii <address@hidden>
Commit: Eli Zaretskii <address@hidden>

    Fix a pasto in a Gnus doc string
    
    * lisp/gnus/gnus-art.el (gnus-article-treat-fold-newsgroups):
    Doc string fix.  (Bug#33081)
---
 lisp/gnus/gnus-art.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el
index 15e88a3..b712cf5 100644
--- a/lisp/gnus/gnus-art.el
+++ b/lisp/gnus/gnus-art.el
@@ -2254,9 +2254,7 @@ This only works if the article in question is HTML."
                     start end)))))))
 
 (defun gnus-article-treat-fold-newsgroups ()
-  "Unfold folded message headers.
-Only the headers that fit into the current window width will be
-unfolded."
+  "Fold the Newsgroups and Followup-To message headers."
   (interactive)
   (gnus-with-article-headers
     (while (gnus-article-goto-header "newsgroups\\|followup-to")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]