diff options
| author | Andrew Cohen | 2013-03-31 12:48:07 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2013-03-31 12:48:07 +0000 |
| commit | df8abd0be836a5441c5ccd4ebf1a90937ea354d9 (patch) | |
| tree | db8d892211da27f03564f711f4a3cbe201d52b1e | |
| parent | 6ea3f01e74cbae9dc1366a07aea09d9665167981 (diff) | |
| download | emacs-df8abd0be836a5441c5ccd4ebf1a90937ea354d9.tar.gz emacs-df8abd0be836a5441c5ccd4ebf1a90937ea354d9.zip | |
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/nnir.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index d46051af097..a400caca905 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-03-31 Andrew Cohen <cohen@bu.edu> | ||
| 2 | |||
| 3 | * nnir.el (nnir-method-default-engines): And another typo. | ||
| 4 | |||
| 1 | 2013-03-30 Andrew Cohen <cohen@bu.edu> | 5 | 2013-03-30 Andrew Cohen <cohen@bu.edu> |
| 2 | 6 | ||
| 3 | * nnir.el (nnir-method-default-engines): Fix typo. | 7 | * nnir.el (nnir-method-default-engines): Fix typo. |
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index 1c7cb2ff17a..e53bdd8f831 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -588,7 +588,7 @@ Add an entry here when adding a new search engine.") | |||
| 588 | "*Alist of default search engines keyed by server method." | 588 | "*Alist of default search engines keyed by server method." |
| 589 | :version "24.1" | 589 | :version "24.1" |
| 590 | :group 'nnir | 590 | :group 'nnir |
| 591 | :type `(repeat (cons (choice (const nnimap) (const nttp) (const nnspool) | 591 | :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) |
| 592 | (const nneething) (const nndir) (const nnmbox) | 592 | (const nneething) (const nndir) (const nnmbox) |
| 593 | (const nnml) (const nnmh) (const nndraft) | 593 | (const nnml) (const nnmh) (const nndraft) |
| 594 | (const nnfolder) (const nnmaildir)) | 594 | (const nnfolder) (const nnmaildir)) |