lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo

This commit is contained in:
Andrew Cohen 2013-03-30 11:40:32 +00:00 committed by Katsumi Yamaoka
parent f38ab1671f
commit 7c5ef69a98
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2013-03-30 Andrew Cohen <cohen@bu.edu>
* nnir.el (nnir-method-default-engines): Fix typo.
2013-03-29 Andrew Cohen <cohen@bu.edu>
* nnir.el: Define 'number-sequence for xemacs.

View file

@ -584,7 +584,7 @@ needs the variables `nnir-namazu-program',
Add an entry here when adding a new search engine.")
(defcustom nnir-method-default-engines '((nnimap . imap) (nttp . gmane))
(defcustom nnir-method-default-engines '((nnimap . imap) (nntp . gmane))
"*Alist of default search engines keyed by server method."
:version "24.1"
:group 'nnir