diff options
Diffstat (limited to 'lisp/url')
-rw-r--r-- | lisp/url/url-file.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index 41ffb4cd4a8..df567b0fc4d 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el @@ -37,8 +37,8 @@ "Find the exact file referenced by `fname'. This tries the common compression extensions, because things like ange-ftp and efs are not quite smart enough to realize when a server -can do automatic decompression for them, and won't find 'foo' if -'foo.gz' exists, even though the FTP server would happily serve it up +can do automatic decompression for them, and won't find `foo' if +`foo.gz' exists, even though the FTP server would happily serve it up to them." (let ((scratch nil) (compressed-extensions '("" ".gz" ".z" ".Z" ".bz2" ".xz")) |