diff options
| author | Eli Zaretskii | 2018-10-20 11:26:33 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2018-10-20 11:26:33 +0300 |
| commit | cf7932712a1dac49fb299b20762d2f3329f9786b (patch) | |
| tree | 1fd6d18129353cbfad35ccaf2dff30eede09e25e | |
| parent | a4e40f6cb091f06d3edf5b9c4a2700f6eea88432 (diff) | |
| download | emacs-cf7932712a1dac49fb299b20762d2f3329f9786b.tar.gz emacs-cf7932712a1dac49fb299b20762d2f3329f9786b.zip | |
Fix a pasto in a Gnus doc string
* lisp/gnus/gnus-art.el (gnus-article-treat-fold-newsgroups):
Doc string fix. (Bug#33081)
| -rw-r--r-- | lisp/gnus/gnus-art.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 15e88a34227..b712cf53efb 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." | |||
| 2254 | start end))))))) | 2254 | start end))))))) |
| 2255 | 2255 | ||
| 2256 | (defun gnus-article-treat-fold-newsgroups () | 2256 | (defun gnus-article-treat-fold-newsgroups () |
| 2257 | "Unfold folded message headers. | 2257 | "Fold the Newsgroups and Followup-To message headers." |
| 2258 | Only the headers that fit into the current window width will be | ||
| 2259 | unfolded." | ||
| 2260 | (interactive) | 2258 | (interactive) |
| 2261 | (gnus-with-article-headers | 2259 | (gnus-with-article-headers |
| 2262 | (while (gnus-article-goto-header "newsgroups\\|followup-to") | 2260 | (while (gnus-article-goto-header "newsgroups\\|followup-to") |