summaryrefslogtreecommitdiff
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
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.
-rw-r--r--doc/misc/ede.texi4
-rw-r--r--doc/misc/gnus.texi14
-rw-r--r--lisp/cedet/ede/base.el4
-rw-r--r--lisp/gnus/mml.el2
-rw-r--r--lisp/org/org.el2
-rw-r--r--lisp/url/url-file.el8
6 files changed, 17 insertions, 17 deletions
diff --git a/doc/misc/ede.texi b/doc/misc/ede.texi
index af8e2153dd8..9867883b24a 100644
--- a/doc/misc/ede.texi
+++ b/doc/misc/ede.texi
@@ -1551,14 +1551,14 @@ This is a URL to be sent to a web site for documentation.
@item :web-site-directory @*
A directory where web pages can be found by Emacs.
-For remote locations use a path compatible with ange-ftp or EFS@.
+For remote locations use a path compatible with ange-ftp.
You can also use TRAMP for use with rcp & scp.
@item :web-site-file @*
A file which contains the website for this project.
This file can be relative to slot @code{web-site-directory}.
-This can be a local file, use ange-ftp, EFS, or TRAMP.
+This can be a local file, use ange-ftp or TRAMP.
@item :ftp-site
Type: @code{string} @*
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index 6b5173d3c2f..7da90dfb1d6 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -17518,16 +17518,16 @@ If you have a directory that has lots of articles in separate files in
it, you might treat it as a newsgroup. The files have to have numerical
names, of course.
-This might be an opportune moment to mention @code{ange-ftp} (and its
-successor @code{efs}), that most wonderful of all wonderful Emacs
-packages. When I wrote @code{nndir}, I didn't think much about it---a
-back end to read directories. Big deal.
+This might be an opportune moment to mention @code{ange-ftp}, that
+most wonderful of all wonderful Emacs packages. When I wrote
+@code{nndir}, I didn't think much about it---a back end to read
+directories. Big deal.
@code{ange-ftp} changes that picture dramatically. For instance, if you
enter the @code{ange-ftp} file name
@file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
-@code{ange-ftp} or @code{efs} will actually allow you to read this
-directory over at @samp{sina} as a newsgroup. Distributed news ahoy!
+@code{ange-ftp} will actually allow you to read this directory over at
+@samp{sina} as a newsgroup. Distributed news ahoy!
@code{nndir} will use @acronym{NOV} files if they are present.
@@ -26778,7 +26778,7 @@ on finding a separator line between the head and the body. If this
variable is @code{nil}, there is no upper read bound. If it is
@code{t}, the back ends won't try to read the articles piece by piece,
but read the entire articles. This makes sense with some versions of
-@code{ange-ftp} or @code{efs}.
+@code{ange-ftp}.
@item nnheader-head-chop-length
@vindex nnheader-head-chop-length
diff --git a/lisp/cedet/ede/base.el b/lisp/cedet/ede/base.el
index 9d23909d62e..27016f0f5cc 100644
--- a/lisp/cedet/ede/base.el
+++ b/lisp/cedet/ede/base.el
@@ -204,7 +204,7 @@ This is a URL to be sent to a web site for documentation.")
:group name
:documentation
"A directory where web pages can be found by Emacs.
-For remote locations use a path compatible with ange-ftp or EFS.
+For remote locations use a path compatible with ange-ftp.
You can also use TRAMP for use with rcp & scp.")
(web-site-file :initarg :web-site-file
:initform ""
@@ -214,7 +214,7 @@ You can also use TRAMP for use with rcp & scp.")
:documentation
"A file which contains the website for this project.
This file can be relative to slot `web-site-directory'.
-This can be a local file, use ange-ftp, EFS, or TRAMP.")
+This can be a local file, use ange-ftp or TRAMP.")
(ftp-site :initarg :ftp-site
:initform ""
:type string
diff --git a/lisp/gnus/mml.el b/lisp/gnus/mml.el
index a36f29ba100..5cd57d2f801 100644
--- a/lisp/gnus/mml.el
+++ b/lisp/gnus/mml.el
@@ -1514,7 +1514,7 @@ BUFFER is the name of the buffer to attach. See
(defun mml-attach-external (file &optional type description)
"Attach an external file into the buffer.
-FILE is an ange-ftp/efs specification of the part location.
+FILE is an ange-ftp specification of the part location.
TYPE is the MIME type to use."
(interactive
(let* ((file (mml-minibuffer-read-file "Attach external file: "))
diff --git a/lisp/org/org.el b/lisp/org/org.el
index d5dfc36e048..7ab1801cfaa 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -1357,7 +1357,7 @@ Possible values for the file identifier are:
to open [[file:document.pdf::5]] with evince at page 5.
`directory' Matches a directory
- `remote' Matches a remote file, accessible through tramp or efs.
+ `remote' Matches a remote file, accessible through tramp.
Remote files most likely should be visited through Emacs
because external applications cannot handle such paths.
`auto-mode' Matches files that are matched by any entry in `auto-mode-alist',
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))