comparison lisp/net-utils.el @ 23479:8256c4d22113

(whois-server-list): Fix customization type.
author Richard M. Stallman <rms@gnu.org>
date Sat, 17 Oct 1998 15:26:29 +0000
parents 4120f9e06191
children ccedc9675dab
comparison
equal deleted inserted replaced
23478:efd4275c55d4 23479:8256c4d22113
595 ("whois.nic.mil") 595 ("whois.nic.mil")
596 ("whois.nic.gov") 596 ("whois.nic.gov")
597 ("whois.ripe.net")) 597 ("whois.ripe.net"))
598 "A list of whois servers that can be queried." 598 "A list of whois servers that can be queried."
599 :group 'net-utils 599 :group 'net-utils
600 :type '(repeat (list))) 600 :type '(repeat (list string)))
601 601
602 (defcustom whois-server-tld 602 (defcustom whois-server-tld
603 '(("rs.internic.net" . "com") 603 '(("rs.internic.net" . "com")
604 ("rs.internic.net" . "org") 604 ("rs.internic.net" . "org")
605 ("whois.ripe.net" . "be") 605 ("whois.ripe.net" . "be")