diff options
Diffstat (limited to 'lisp/net/ange-ftp.el')
-rw-r--r-- | lisp/net/ange-ftp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/ange-ftp.el b/lisp/net/ange-ftp.el index b0a1e1799f5..a5fc9631e8a 100644 --- a/lisp/net/ange-ftp.el +++ b/lisp/net/ange-ftp.el @@ -1708,7 +1708,7 @@ good, skip, fatal, or unknown." (not (string-match-p ange-ftp-local-host-regexp host)))) (defun ange-ftp-use-smart-gateway-p (host) - "Returns whether to access this HOST via a smart gateway." + "Return whether to access this HOST via a smart gateway." (and ange-ftp-smart-gateway (not (string-match-p ange-ftp-local-host-regexp host)))) |