diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2008-07-02 11:14:38 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2008-07-02 11:14:38 +0000 |
commit | d1ce47b068062c1d6373e5add5abfbab0114ccb3 (patch) | |
tree | cd2ce3e726e040f880af239e1e6eb432fd6a75b8 /lisp/url/url-file.el | |
parent | 1d344f142ac4bff89bc7f65e03af30c69afc449b (diff) | |
download | emacs-d1ce47b068062c1d6373e5add5abfbab0114ccb3.tar.gz |
Typo and docstring fixes.
* url.el (url-do-setup):
* url-dired.el (url-dired-minor-mode):
* url-file.el (url-file-find-possibly-compressed-file):
* url-gw.el (url-gateway-broken-resolution):
* url-handlers.el (url-handler-regexp):
* url-imap.el (url-imap-default-port):
* url-methods.el (url-scheme-get-property): Fix typos in docstrings.
* url-auth.el (url-basic-auth-storage, url-digest-auth):
Fix typos in docstrings.
(url-digest-auth-storage, url-register-auth-scheme): Reflow docstrings.
* url-cache.el (url-cache-prepare): Doc fix.
(url-cache-create-filename-human-readable, url-cache-extract):
Fix typos in docstrings.
* url-dav.el (url-intersection, url-dav-iso8601-regexp)
(url-dav-delete-something): Fix typos in docstrings.
(url-dav-http-success-p, url-dav-file-name-all-completions)
(url-dav-directory-files, url-dav-file-name-completion): Doc fixes.
* url-http.el (url-http-idle-sentinel): Doc fix.
* url-irc.el (url-irc-default-port): Fix typo in docstring.
(url-irc-function): Doc fix.
* url-util.el (url-get-url-filename-chars, url-unhex-string):
Fix typos in docstrings.
(url-file-extension): Doc fix.
* url-vars.el (url-current-object, url-current-mime-headers)
(url-privacy-level, url-mail-command, url-mime-language-string):
Fix typos in docstrings.
(url-honor-refresh-requests): Reflow docstring.
(url-using-proxy): Doc fix.
Diffstat (limited to 'lisp/url/url-file.el')
-rw-r--r-- | lisp/url/url-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el index 14b4c432a08..ce6aa34d71e 100644 --- a/lisp/url/url-file.el +++ b/lisp/url/url-file.el @@ -39,7 +39,7 @@ 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 +'foo.gz' exists, even though the FTP server would happily serve it up to them." (let ((scratch nil) (compressed-extensions '("" ".gz" ".z" ".Z" ".bz2")) |