diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-07-28 10:48:07 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-07-28 10:48:38 +0200 |
commit | 22a5f022344af8c0c0a9eddc2ac5ad36392d0cef (patch) | |
tree | 1eb14969b80c6822d813420a4addb687841336ab /lisp/org | |
parent | 799788899628a9b34fa5d1c297d3678de0622323 (diff) | |
download | emacs-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/org')
-rw-r--r-- | lisp/org/org.el | 2 |
1 files changed, 1 insertions, 1 deletions
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', |