]> git.eshelyaron.com Git - emacs.git/commitdiff
lisp/gnus/nnir.el (nnir-method-default-engines): Fix typo
authorAndrew Cohen <cohen@andy.bu.edu>
Sun, 31 Mar 2013 12:48:07 +0000 (12:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 31 Mar 2013 12:48:07 +0000 (12:48 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnir.el

index d46051af09789d1d80b56b814587cd6259511c93..a400caca905340538b93ff045e0f27de8e2dbc98 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 1c7cb2ff17a61a085ecef8c322df22acc4e2d891..e53bdd8f83122d94ffe9cb847c0764b37a8f499d 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))