]> git.eshelyaron.com Git - emacs.git/commitdiff
Doc fixes: don't mention EFS
authorStefan Kangas <stefan@marxist.se>
Thu, 28 Jul 2022 08:48:07 +0000 (10:48 +0200)
committerStefan Kangas <stefan@marxist.se>
Thu, 28 Jul 2022 08:48:38 +0000 (10:48 +0200)
* 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.

doc/misc/ede.texi
doc/misc/gnus.texi
lisp/cedet/ede/base.el
lisp/gnus/mml.el
lisp/org/org.el
lisp/url/url-file.el

index af8e2153dd8ac95c3eea857722b62d2a25be576e..9867883b24a1117f6f0ff696402fc4ea13396419 100644 (file)
@@ -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} @*
index 6b5173d3c2f5ff00a752d941e58237cb727d47ae..7da90dfb1d622a21a924546e9911db6746c84eb8 100644 (file)
@@ -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
index 9d23909d62ecf864a28804a7f67868931b4e06e8..27016f0f5cc71601501c341e992f39cb47621144 100644 (file)
@@ -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
index a36f29ba100c105dc10a6c518aedb0050efe2f99..5cd57d2f80139b60385019a2d682cb1c410dd94c 100644 (file)
@@ -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: "))
index d5dfc36e048fcc2704b93f82afbb76dae28ee36c..7ab1801cfaa07f11c8243ea7792b2bf0924f7d10 100644 (file)
@@ -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',
index 3863ac9914476ee5ad7a389ec45efffd437a3439..99e62d9b7a20ebc9bbc41fdf4a29631cefd6cbf7 100644 (file)
@@ -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))