Fix a pasto in a Gnus doc string
* lisp/gnus/gnus-art.el (gnus-article-treat-fold-newsgroups): Doc string fix. (Bug#33081)
This commit is contained in:
parent
a4e40f6cb0
commit
cf7932712a
1 changed files with 1 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Reference in a new issue