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 | |
| 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')
| -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) |
