summaryrefslogtreecommitdiff
path: root/lisp/gnus
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/gnus
parent799788899628a9b34fa5d1c297d3678de0622323 (diff)
downloademacs-22a5f022344af8c0c0a9eddc2ac5ad36392d0cef.tar.gz
emacs-22a5f022344af8c0c0a9eddc2ac5ad36392d0cef.tar.bz2
emacs-22a5f022344af8c0c0a9eddc2ac5ad36392d0cef.zip
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/gnus')
-rw-r--r--lisp/gnus/mml.el2
1 files changed, 1 insertions, 1 deletions
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: "))