diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/gnus/nnir.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnir.el b/lisp/gnus/nnir.el index b8a6639719e..3b6b8255f71 100644 --- a/lisp/gnus/nnir.el +++ b/lisp/gnus/nnir.el | |||
| @@ -580,7 +580,7 @@ Add an entry here when adding a new search engine.") | |||
| 580 | 580 | ||
| 581 | (defcustom nnir-method-default-engines '((nnimap . imap)) | 581 | (defcustom nnir-method-default-engines '((nnimap . imap)) |
| 582 | "Alist of default search engines keyed by server method." | 582 | "Alist of default search engines keyed by server method." |
| 583 | :version "24.1" | 583 | :version "27.1" |
| 584 | :group 'nnir | 584 | :group 'nnir |
| 585 | :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) | 585 | :type `(repeat (cons (choice (const nnimap) (const nntp) (const nnspool) |
| 586 | (const nneething) (const nndir) (const nnmbox) | 586 | (const nneething) (const nndir) (const nnmbox) |