]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix a pasto in a Gnus doc string
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2018 08:26:33 +0000 (11:26 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Oct 2018 08:26:33 +0000 (11:26 +0300)
* lisp/gnus/gnus-art.el (gnus-article-treat-fold-newsgroups):
Doc string fix.  (Bug#33081)

lisp/gnus/gnus-art.el

index 15e88a34227667a6d10175cfe46f30c382f83eda..b712cf53efbfa17dec7bf1bdb06f0924eb6d7b8e 100644 (file)
@@ -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")