comparison lisp/url/url-gw.el @ 63987:56d2561b1c9f

(url-gateway): Finish `defgroup' description with period.
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 04 Jul 2005 01:05:26 +0000
parents 95a1159c8f9e
children a8fa7c632ee4 efa9e4606e7e
comparison
equal deleted inserted replaced
63986:8d2417e75fe5 63987:56d2561b1c9f
32 (autoload 'socks-open-network-stream "socks") 32 (autoload 'socks-open-network-stream "socks")
33 (autoload 'open-ssl-stream "ssl") 33 (autoload 'open-ssl-stream "ssl")
34 (autoload 'open-tls-stream "tls") 34 (autoload 'open-tls-stream "tls")
35 35
36 (defgroup url-gateway nil 36 (defgroup url-gateway nil
37 "URL gateway variables" 37 "URL gateway variables."
38 :group 'url) 38 :group 'url)
39 39
40 (defcustom url-gateway-local-host-regexp nil 40 (defcustom url-gateway-local-host-regexp nil
41 "*A regular expression specifying local hostnames/machines." 41 "*A regular expression specifying local hostnames/machines."
42 :type '(choice (const nil) regexp) 42 :type '(choice (const nil) regexp)