Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0c852d6e
Commit
0c852d6e
authored
Dec 10, 2006
by
Juanma Barranquero
Browse files
(url-gateway-nslookup-program): Doc fix.
parent
64b2caa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lisp/url/url-gw.el
lisp/url/url-gw.el
+2
-2
No files found.
lisp/url/url-gw.el
View file @
0c852d6e
...
@@ -104,7 +104,7 @@ linked Emacs under SunOS 4.x"
...
@@ -104,7 +104,7 @@ linked Emacs under SunOS 4.x"
:group
'url-gateway
)
:group
'url-gateway
)
(
defcustom
url-gateway-nslookup-program
"nslookup"
(
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
)
:type
'
(
choice
(
const
:tag
"None"
:value
nil
)
string
)
:group
'url-gateway
)
:group
'url-gateway
)
...
@@ -253,7 +253,7 @@ Might do a non-blocking connection; use `process-status' to check."
...
@@ -253,7 +253,7 @@ Might do a non-blocking connection; use `process-status' to check."
;; Use non-blocking socket if we can.
;; Use non-blocking socket if we can.
(
make-network-process
:name
name
:buffer
buffer
(
make-network-process
:name
name
:buffer
buffer
:host
host
:service
service
:host
host
:service
service
:nowait
:nowait
(
featurep
'make-network-process
'
(
:nowait
t
))))
(
featurep
'make-network-process
'
(
:nowait
t
))))
(
socks
(
socks
(
socks-open-network-stream
name
buffer
host
service
))
(
socks-open-network-stream
name
buffer
host
service
))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment