1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/gnus/gnus-search.el (gnus-search-contact-tables): Fix type.

A more precise type is desirable but at it is now correct ('list' is not).
This commit is contained in:
Mattias Engdegård 2020-11-06 13:43:53 +01:00
parent 1b9e159525
commit aea936562b

View file

@ -410,7 +410,7 @@ returned by `completion-at-point-functions'. That usually means
a list of strings, a hash table, or an alist."
:group 'gnus-search
:version "28.1"
:type 'list)
:type '(repeat sexp))
;;; Search language