diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2017-03-16 16:23:07 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2017-03-16 16:23:07 +0100 |
commit | 265a5d9791bf42da0bab7bdbef4352e8d734ef31 (patch) | |
tree | c8dd8b3676280710dacf0c0c6a84432fd9031eb6 /etc | |
parent | f6b995ef4ec50455f8dbf174b91de6b5887d014e (diff) | |
download | emacs-265a5d9791bf42da0bab7bdbef4352e8d734ef31.tar.gz |
Document remote file name syntax change
* doc/emacs/files.texi (Remote Files, Quoted File Names):
* doc/misc/org.texi (dir): Change examples to use a method.
* doc/misc/tramp.texi (Top) [trampf]: Remove macro. Add
`Testing' menu entry.
(History): Fix typos. Mention syntax change.
(Configuration, Default Host, File name Syntax)
(File name completion, Frequently Asked Questions):
Change examples to use a method.
(External methods, Default Host, Multi-hops, Remote processes):
Fix typos.
(Default Method): Mention pseudo method "-".
(External packages): Rewrite intention of `non-essential'.
* etc/NEWS: Mark recent Tramp entries as documented.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -634,10 +634,12 @@ header's value. ** Tramp ++++ *** The method part of remote file names is mandatory now. A valid remote file name starts with "/method:host:" or "/method:user@host:". -*** The new virtual method "-" is a marker for the default method. ++++ +*** The new pseudo method "-" is a marker for the default method. "/-::" is the shortest remote file name then. +++ |