nnir.el: Fix typo in default-engine custom list.
authorAndrew Cohen <cohen@andy.bu.edu>
Sun, 31 Mar 2013 12:20:37 +0000 (08:20 -0400)
committerAndrew Cohen <cohen@andy.bu.edu>
Sun, 31 Mar 2013 12:20:37 +0000 (08:20 -0400)
lisp/ChangeLog
lisp/nnir.el

index d354194..5ef2dad 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-31  Andrew Cohen  <cohen@bu.edu>
+
+       * nnir.el (nnir-method-default-engines): And another typo.
+
 2013-03-30  Andrew Cohen  <cohen@bu.edu>
 
        * nnir.el (nnir-method-default-engines): Fix typo.
index f272831..10472de 100644 (file)
@@ -588,7 +588,7 @@ Add an entry here when adding a new search engine.")
   "*Alist of default search engines keyed by server method."
   :version "24.1"
   :group 'nnir
-  :type `(repeat (cons (choice (const nnimap) (const nttp) (const nnspool)
+  :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool)
                               (const nneething) (const nndir) (const nnmbox)
                               (const nnml) (const nnmh) (const nndraft)
                               (const nnfolder) (const nnmaildir))