aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2021-01-05 15:45:45 +0100
committerMichael Albinus2021-01-05 15:45:45 +0100
commit149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc (patch)
tree5c4e17fb383e772b4d8fcfc8d862a08cf4e76c6f
parent97747e6fb9890ef528cbe21636cc99508efeba2b (diff)
downloademacs-149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc.tar.gz
emacs-149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc.zip
* doc/misc/tramp.texi (Quick Start Guide): Fix thinko.
-rw-r--r--doc/misc/tramp.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index cabbc9d7269..0a968e39452 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -442,7 +442,7 @@ are optional, in case of a missing part a default value is assumed.
442The default value for an empty local file name part is the remote 442The default value for an empty local file name part is the remote
443user's home directory. The shortest remote file name is 443user's home directory. The shortest remote file name is
444@file{@trampfn{-,,}}, therefore. The @samp{-} notation for the 444@file{@trampfn{-,,}}, therefore. The @samp{-} notation for the
445default host is used for syntactical reasons, @ref{Default Host}. 445default method is used for syntactical reasons, @ref{Default Method}.
446 446
447The @code{method} part describes the connection method used to reach 447The @code{method} part describes the connection method used to reach
448the remote host, see below. 448the remote host, see below.