mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-07 20:54:32 +00:00
(url-open-stream): Fix spellings.
This commit is contained in:
parent
78c4cc4900
commit
1e0b3a7ef3
@ -212,7 +212,7 @@ linked Emacs under SunOS 4.x"
|
||||
(defun url-open-stream (name buffer host service)
|
||||
"Open a stream to HOST, possibly via a gateway.
|
||||
Args per `open-network-stream'.
|
||||
Will not make a connexion if `url-gateway-unplugged' is non-nil."
|
||||
Will not make a connection if `url-gateway-unplugged' is non-nil."
|
||||
(unless url-gateway-unplugged
|
||||
(let ((gw-method (if (and url-gateway-local-host-regexp
|
||||
(not (eq 'tls url-gateway-method))
|
||||
|
Loading…
x
Reference in New Issue
Block a user