mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
(url-gateway-nslookup-program): Doc fix.
This commit is contained in:
parent
64b2caa5fe
commit
0c852d6e9b
1 changed files with 2 additions and 2 deletions
|
|
@ -104,7 +104,7 @@ linked Emacs under SunOS 4.x"
|
|||
:group 'url-gateway)
|
||||
|
||||
(defcustom url-gateway-nslookup-program "nslookup"
|
||||
"*If non-NIL then a string naming nslookup program."
|
||||
"*If non-nil then a string naming nslookup program."
|
||||
:type '(choice (const :tag "None" :value nil) string)
|
||||
:group 'url-gateway)
|
||||
|
||||
|
|
@ -253,7 +253,7 @@ Might do a non-blocking connection; use `process-status' to check."
|
|||
;; Use non-blocking socket if we can.
|
||||
(make-network-process :name name :buffer buffer
|
||||
:host host :service service
|
||||
:nowait
|
||||
:nowait
|
||||
(featurep 'make-network-process '(:nowait t))))
|
||||
(socks
|
||||
(socks-open-network-stream name buffer host service))
|
||||
|
|
|
|||
Loading…
Reference in a new issue