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:
parent
1b9e159525
commit
aea936562b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue