lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
This commit is contained in:
parent
f38ab1671f
commit
7c5ef69a98
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue