summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnir.el
diff options
context:
space:
mode:
authorAndrew Cohen <cohen@bu.edu>2013-03-30 11:40:32 +0000
committerKatsumi Yamaoka <yamaoka@jpl.org>2013-03-30 11:40:32 +0000
commit7c5ef69a98e3f282c116c56eb7b3fe22e5bd44ea (patch)
treead7782e5ad803299ec1758ccd195aeebd2a783fd /lisp/gnus/nnir.el
parentf38ab1671fe07823f8b416cd196d8044462f5ff2 (diff)
downloademacs-7c5ef69a98e3f282c116c56eb7b3fe22e5bd44ea.tar.gz
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
Diffstat (limited to 'lisp/gnus/nnir.el')
-rw-r--r--lisp/gnus/nnir.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index cf9de09eaa2..1c7cb2ff17a 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -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