diff options
| author | Juanma Barranquero | 2006-12-10 23:44:43 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-12-10 23:44:43 +0000 |
| commit | 0c852d6e9bf889eb202fe87f6d1390e8081ea073 (patch) | |
| tree | b6ce141755df188d903e85a2ac595f2f1a4d0b16 /lisp | |
| parent | 64b2caa5fe0742434bfcc2478522295b6e509085 (diff) | |
| download | emacs-0c852d6e9bf889eb202fe87f6d1390e8081ea073.tar.gz emacs-0c852d6e9bf889eb202fe87f6d1390e8081ea073.zip | |
(url-gateway-nslookup-program): Doc fix.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/url/url-gw.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-gw.el b/lisp/url/url-gw.el index 5197d894aa2..eaf654e2b4f 100644 --- a/lisp/url/url-gw.el +++ b/lisp/url/url-gw.el | |||
| @@ -104,7 +104,7 @@ linked Emacs under SunOS 4.x" | |||
| 104 | :group 'url-gateway) | 104 | :group 'url-gateway) |
| 105 | 105 | ||
| 106 | (defcustom url-gateway-nslookup-program "nslookup" | 106 | (defcustom url-gateway-nslookup-program "nslookup" |
| 107 | "*If non-NIL then a string naming nslookup program." | 107 | "*If non-nil then a string naming nslookup program." |
| 108 | :type '(choice (const :tag "None" :value nil) string) | 108 | :type '(choice (const :tag "None" :value nil) string) |
| 109 | :group 'url-gateway) | 109 | :group 'url-gateway) |
| 110 | 110 | ||
| @@ -253,7 +253,7 @@ Might do a non-blocking connection; use `process-status' to check." | |||
| 253 | ;; Use non-blocking socket if we can. | 253 | ;; Use non-blocking socket if we can. |
| 254 | (make-network-process :name name :buffer buffer | 254 | (make-network-process :name name :buffer buffer |
| 255 | :host host :service service | 255 | :host host :service service |
| 256 | :nowait | 256 | :nowait |
| 257 | (featurep 'make-network-process '(:nowait t)))) | 257 | (featurep 'make-network-process '(:nowait t)))) |
| 258 | (socks | 258 | (socks |
| 259 | (socks-open-network-stream name buffer host service)) | 259 | (socks-open-network-stream name buffer host service)) |