aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/nnir.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index d46051af097..a400caca905 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,7 @@
12013-03-31 Andrew Cohen <cohen@bu.edu>
2
3 * nnir.el (nnir-method-default-engines): And another typo.
4
12013-03-30 Andrew Cohen <cohen@bu.edu> 52013-03-30 Andrew Cohen <cohen@bu.edu>
2 6
3 * nnir.el (nnir-method-default-engines): Fix typo. 7 * nnir.el (nnir-method-default-engines): Fix typo.
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el
index 1c7cb2ff17a..e53bdd8f831 100644
--- a/lisp/gnus/nnir.el
+++ b/lisp/gnus/nnir.el
@@ -588,7 +588,7 @@ Add an entry here when adding a new search engine.")
588 "*Alist of default search engines keyed by server method." 588 "*Alist of default search engines keyed by server method."
589 :version "24.1" 589 :version "24.1"
590 :group 'nnir 590 :group 'nnir
591 :type `(repeat (cons (choice (const nnimap) (const nttp) (const nnspool) 591 :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool)
592 (const nneething) (const nndir) (const nnmbox) 592 (const nneething) (const nndir) (const nnmbox)
593 (const nnml) (const nnmh) (const nndraft) 593 (const nnml) (const nnmh) (const nndraft)
594 (const nnfolder) (const nnmaildir)) 594 (const nnfolder) (const nnmaildir))