diff options
-rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
-rw-r--r-- | lisp/gnus/gnus.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 439d51fdce5..f8cc12b288f 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -2,6 +2,8 @@ * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which no longer is much used. + (gnus-summary-line-format): Link to "Marking Articles" instead of "Read + Articles". 2011-04-03 Kan-Ru Chen <kanru@kanru.info> diff --git a/lisp/gnus/gnus.el b/lisp/gnus/gnus.el index bc424fb521e..ac7db0e1d69 100644 --- a/lisp/gnus/gnus.el +++ b/lisp/gnus/gnus.el @@ -2963,7 +2963,7 @@ with some simple extensions. %R \"A\" if this article has been replied to, \" \" otherwise (character) %U \"Read\" status of this article. - See Info node `(gnus)Read Articles' + See Info node `(gnus)Marking Articles' %[ Opening bracket (character, \"[\" or \"<\") %] Closing bracket (character, \"]\" or \">\") %> Spaces of length thread-level (string) |