diff options
Diffstat (limited to 'lisp/net/socks.el')
-rw-r--r-- | lisp/net/socks.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/socks.el b/lisp/net/socks.el index 78a261fd83e..7ac8bbbf1be 100644 --- a/lisp/net/socks.el +++ b/lisp/net/socks.el @@ -453,7 +453,7 @@ When ATYPE indicates an IP, param ADDRESS must be given as raw bytes." ;; Replacement functions for open-network-stream, etc. (defvar socks-noproxy nil - "List of regexps matching hosts that we should not socksify connections to") + "List of regexps matching hosts that we should not socksify connections to.") (defun socks-find-route (host _service) (let ((route socks-server) |