aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen2011-07-05 23:06:11 +0000
committerKatsumi Yamaoka2011-07-05 23:06:11 +0000
commit509542f35fb8e0ebba31ef8a0e7742ea5b3190b0 (patch)
tree6969b9f7abac536dd0d2f6ce6bc2b4ece2f64a82
parent0c502747c43f8aa1f5a2aa93b6daf39c0bc5c414 (diff)
downloademacs-509542f35fb8e0ebba31ef8a0e7742ea5b3190b0.tar.gz
emacs-509542f35fb8e0ebba31ef8a0e7742ea5b3190b0.zip
gnus.el (gnus-summary-line-format): Link to "Marking Articles" instead of "Read Articles".
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/gnus.el2
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 @@
2 2
3 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which 3 * gnus.el (gnus-refer-article-method): Remove mention of nnspool, which
4 no longer is much used. 4 no longer is much used.
5 (gnus-summary-line-format): Link to "Marking Articles" instead of "Read
6 Articles".
5 7
62011-04-03 Kan-Ru Chen <kanru@kanru.info> 82011-04-03 Kan-Ru Chen <kanru@kanru.info>
7 9
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.
2963%R \"A\" if this article has been replied to, \" \" 2963%R \"A\" if this article has been replied to, \" \"
2964 otherwise (character) 2964 otherwise (character)
2965%U \"Read\" status of this article. 2965%U \"Read\" status of this article.
2966 See Info node `(gnus)Read Articles' 2966 See Info node `(gnus)Marking Articles'
2967%[ Opening bracket (character, \"[\" or \"<\") 2967%[ Opening bracket (character, \"[\" or \"<\")
2968%] Closing bracket (character, \"]\" or \">\") 2968%] Closing bracket (character, \"]\" or \">\")
2969%> Spaces of length thread-level (string) 2969%> Spaces of length thread-level (string)