diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-05 23:06:11 +0000 |
---|---|---|
committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2011-07-05 23:06:11 +0000 |
commit | 509542f35fb8e0ebba31ef8a0e7742ea5b3190b0 (patch) | |
tree | 6969b9f7abac536dd0d2f6ce6bc2b4ece2f64a82 /lisp/gnus/gnus.el | |
parent | 0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414 (diff) | |
download | emacs-509542f35fb8e0ebba31ef8a0e7742ea5b3190b0.tar.gz |
gnus.el (gnus-summary-line-format): Link to "Marking Articles" instead of "Read Articles".
Diffstat (limited to 'lisp/gnus/gnus.el')
-rw-r--r-- | lisp/gnus/gnus.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |