aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Rost2002-11-11 18:24:11 +0000
committerMarkus Rost2002-11-11 18:24:11 +0000
commit2642ac8f2d72ab54994d15e72221466795869d25 (patch)
tree7f1d647b35e3226eff3e8035f18a87dc0d2ddf0a
parent8b23d4f99e6508d8788036297dd283a28138ccfc (diff)
downloademacs-2642ac8f2d72ab54994d15e72221466795869d25.tar.gz
emacs-2642ac8f2d72ab54994d15e72221466795869d25.zip
(gnus-summary-goto-unread): Doc fix - escape open parens in column 0.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-sum.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d708e3bc936..0976998b494 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,8 @@
12002-11-11 Markus Rost <rost@math.ohio-state.edu>
2
3 * gnus-sum.el (gnus-summary-goto-unread): Doc fix - escape open
4 parens in column 0.
5
12002-11-08 Markus Rost <rost@math.ohio-state.edu> 62002-11-08 Markus Rost <rost@math.ohio-state.edu>
2 7
3 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in 8 * nnimap.el (nnimap-split-rule): Doc fix - escape open parens in
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index ff3d6bb1718..493c1d930e1 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -180,7 +180,7 @@ This applies to marking commands as well as other commands that
180the end of an article. 180the end of an article.
181 181
182If nil, the marking commands do NOT go to the next unread article 182If nil, the marking commands do NOT go to the next unread article
183(they go to the next article instead). If `never', commands that 183\(they go to the next article instead). If `never', commands that
184usually go to the next unread article, will go to the next article, 184usually go to the next unread article, will go to the next article,
185whether it is read or not." 185whether it is read or not."
186 :group 'gnus-summary-marks 186 :group 'gnus-summary-marks