diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-13 14:19:22 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-13 14:19:22 +0100 |
commit | 8ffc0f2dd753879b0795714c29c86082aa9fd155 (patch) | |
tree | ada23456c70a404fd54b832d83ac0e8544846ebb /doc/misc | |
parent | 7407f89fe71c87be45f35cf3d4f8bc0550cf8384 (diff) | |
download | emacs-8ffc0f2dd753879b0795714c29c86082aa9fd155.tar.gz emacs-8ffc0f2dd753879b0795714c29c86082aa9fd155.tar.bz2 emacs-8ffc0f2dd753879b0795714c29c86082aa9fd155.zip |
* doc/misc/tramp.texi (Ad-hoc multi-hops): Reinsert lost line.
Diffstat (limited to 'doc/misc')
-rw-r--r-- | doc/misc/tramp.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 5c5402133a7..a4946f0b8de 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -2741,6 +2741,8 @@ proxy @samp{bird@@bastion} to a remote file on @samp{you@@remotehost}: Each involved method must be an inline method (@pxref{Inline methods}). +Proxies can take patterns @code{%h} or @code{%u}. + @value{tramp} adds the ad-hoc definitions on the fly to @code{tramp-default-proxies-alist} and is available for re-use during that Emacs session. Subsequent @value{tramp} connections to |