summaryrefslogtreecommitdiff
path: root/lisp/cedet
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/cedet
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/cedet')
-rw-r--r--lisp/cedet/ede/base.el4
1 files changed, 2 insertions, 2 deletions
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