diff options
| author | Markus Rost | 2002-11-11 18:24:11 +0000 |
|---|---|---|
| committer | Markus Rost | 2002-11-11 18:24:11 +0000 |
| commit | 2642ac8f2d72ab54994d15e72221466795869d25 (patch) | |
| tree | 7f1d647b35e3226eff3e8035f18a87dc0d2ddf0a | |
| parent | 8b23d4f99e6508d8788036297dd283a28138ccfc (diff) | |
| download | emacs-2642ac8f2d72ab54994d15e72221466795869d25.tar.gz emacs-2642ac8f2d72ab54994d15e72221466795869d25.zip | |
(gnus-summary-goto-unread): Doc fix - escape open parens in column 0.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sum.el | 2 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-11-08 Markus Rost <rost@math.ohio-state.edu> | 6 | 2002-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 | |||
| 180 | the end of an article. | 180 | the end of an article. |
| 181 | 181 | ||
| 182 | If nil, the marking commands do NOT go to the next unread article | 182 | If 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 |
| 184 | usually go to the next unread article, will go to the next article, | 184 | usually go to the next unread article, will go to the next article, |
| 185 | whether it is read or not." | 185 | whether it is read or not." |
| 186 | :group 'gnus-summary-marks | 186 | :group 'gnus-summary-marks |