projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4e40f6
)
Fix a pasto in a Gnus doc string
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 20 Oct 2018 08:26:33 +0000
(11:26 +0300)
committer
Eli 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
patch
|
blob
|
history
diff --git
a/lisp/gnus/gnus-art.el
b/lisp/gnus/gnus-art.el
index 15e88a34227667a6d10175cfe46f30c382f83eda..b712cf53efbfa17dec7bf1bdb06f0924eb6d7b8e 100644
(file)
--- 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")