diff options
| author | Michael Albinus | 2021-01-05 15:45:45 +0100 |
|---|---|---|
| committer | Michael Albinus | 2021-01-05 15:45:45 +0100 |
| commit | 149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc (patch) | |
| tree | 5c4e17fb383e772b4d8fcfc8d862a08cf4e76c6f | |
| parent | 97747e6fb9890ef528cbe21636cc99508efeba2b (diff) | |
| download | emacs-149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc.tar.gz emacs-149d64bbb2b46f63c759fe4754bdf90eb6f2a3cc.zip | |
* doc/misc/tramp.texi (Quick Start Guide): Fix thinko.
| -rw-r--r-- | doc/misc/tramp.texi | 2 |
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. | |||
| 442 | The default value for an empty local file name part is the remote | 442 | The default value for an empty local file name part is the remote |
| 443 | user's home directory. The shortest remote file name is | 443 | user'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 |
| 445 | default host is used for syntactical reasons, @ref{Default Host}. | 445 | default method is used for syntactical reasons, @ref{Default Method}. |
| 446 | 446 | ||
| 447 | The @code{method} part describes the connection method used to reach | 447 | The @code{method} part describes the connection method used to reach |
| 448 | the remote host, see below. | 448 | the remote host, see below. |