diff options
| author | Tassilo Horn | 2014-11-09 00:48:34 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2014-11-09 00:48:34 +0000 |
| commit | 90a1373b4c8e3f646b2b75cb4a12126cd361faa0 (patch) | |
| tree | 7ecf1560d8abae4b2febca73c3323d5fd2f359db | |
| parent | 6f443e47ac2ac9f8b44834efc6af4c9eb6ac226f (diff) | |
| download | emacs-90a1373b4c8e3f646b2b75cb4a12126cd361faa0.tar.gz emacs-90a1373b4c8e3f646b2b75cb4a12126cd361faa0.zip | |
lisp/gnus/gnus-start.el (gnus-activate-group): Fix typo reported by Tim Landscheidt
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index cc38aabeec7..f0126a26c91 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2014-11-07 Tassilo Horn <tsdh@gnu.org> | ||
| 2 | |||
| 3 | * gnus-start.el (gnus-activate-group): Fix typo reported by Tim | ||
| 4 | Landscheidt. | ||
| 5 | |||
| 1 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> | 6 | 2014-10-29 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 7 | ||
| 3 | Simplify use of current-time and friends. | 8 | Simplify use of current-time and friends. |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 5b734d0ae77..70d0a2826b8 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -1475,7 +1475,7 @@ newsgroup." | |||
| 1475 | "Check whether a group has been activated or not. | 1475 | "Check whether a group has been activated or not. |
| 1476 | If SCAN, request a scan of that group as well. If METHOD, use | 1476 | If SCAN, request a scan of that group as well. If METHOD, use |
| 1477 | that select method instead of determining the method based on the | 1477 | that select method instead of determining the method based on the |
| 1478 | group name. If DONT-CHECK, don't check check whether the group | 1478 | group name. If DONT-CHECK, don't check whether the group |
| 1479 | actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the | 1479 | actually exists. If DONT-SUB-CHECK or DONT-CHECK, don't let the |
| 1480 | backend check whether the group actually exists." | 1480 | backend check whether the group actually exists." |
| 1481 | (let ((method (or method (inline (gnus-find-method-for-group group)))) | 1481 | (let ((method (or method (inline (gnus-find-method-for-group group)))) |