summaryrefslogtreecommitdiff
path: root/lisp/url
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-07-28 10:48:07 +0200
committerStefan Kangas <stefan@marxist.se>2022-07-28 10:48:38 +0200
commit22a5f022344af8c0c0a9eddc2ac5ad36392d0cef (patch)
tree1eb14969b80c6822d813420a4addb687841336ab /lisp/url
parent799788899628a9b34fa5d1c297d3678de0622323 (diff)
downloademacs-22a5f022344af8c0c0a9eddc2ac5ad36392d0cef.tar.gz
Doc fixes: don't mention EFS
* doc/misc/ede.texi (ede-project): * doc/misc/gnus.texi (Directory Groups, Various Various): * lisp/cedet/ede/base.el (ede-project): * lisp/gnus/mml.el (mml-attach-external): * lisp/org/org.el (org-file-apps): * lisp/url/url-file.el (url-file-find-possibly-compressed-file): Doc fixes; don't mention XEmacs specific library EFS.
Diffstat (limited to 'lisp/url')
-rw-r--r--lisp/url/url-file.el8
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/url/url-file.el b/lisp/url/url-file.el
index 3863ac99144..99e62d9b7a2 100644
--- a/lisp/url/url-file.el
+++ b/lisp/url/url-file.el
@@ -42,10 +42,10 @@ src=\"/ssh:host...\"> element, which can be disturbing.")
(defun url-file-find-possibly-compressed-file (fname &rest _)
"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
-to them."
+ange-ftp is 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 to them."
(let ((scratch nil)
(compressed-extensions '("" ".gz" ".z" ".Z" ".bz2" ".xz"))
(found nil))