diff options
| author | Michael Albinus | 2017-03-12 10:28:18 +0100 |
|---|---|---|
| committer | Michael Albinus | 2017-03-12 10:28:18 +0100 |
| commit | 073e5ddb22dc50895cc255e760c89d490cea37ea (patch) | |
| tree | e9423d0fbd9bc7298741b3ff5e449da6d81cddd2 | |
| parent | 026c2cbf354fab138a65ad7093f17fbb23edb23c (diff) | |
| download | emacs-073e5ddb22dc50895cc255e760c89d490cea37ea.tar.gz emacs-073e5ddb22dc50895cc255e760c89d490cea37ea.zip | |
Use path/to/file instead of path/to.file in tramp.texi
* doc/misc/tramp.texi (Configuration, File name Syntax):
Use path/to/file instead of path/to.file.
| -rw-r--r-- | doc/misc/tramp.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index dd52a87a1a2..9c295a49a69 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -428,7 +428,7 @@ XEmacs support has been stopped in January 2016. | |||
| 428 | 428 | ||
| 429 | @value{tramp} is initially configured to use the @command{scp} program | 429 | @value{tramp} is initially configured to use the @command{scp} program |
| 430 | to connect to the remote host. Just type @kbd{C-x C-f} and then enter | 430 | to connect to the remote host. Just type @kbd{C-x C-f} and then enter |
| 431 | file name @file{@trampf{user@@host,/path/to.file}}. For details, | 431 | file name @file{@trampf{user@@host,/path/to/file}}. For details, |
| 432 | @xref{Default Method}, @xref{Default User}, @xref{Default Host}. | 432 | @xref{Default Method}, @xref{Default User}, @xref{Default Host}. |
| 433 | 433 | ||
| 434 | For problems related to the behavior of the remote shell, @xref{Remote | 434 | For problems related to the behavior of the remote shell, @xref{Remote |
| @@ -2190,7 +2190,7 @@ remote user name for log in to the remote host. Specifying a different | |||
| 2190 | name using the proper syntax will override this default behavior: | 2190 | name using the proper syntax will override this default behavior: |
| 2191 | 2191 | ||
| 2192 | @example | 2192 | @example |
| 2193 | @trampf{user@@host,path/to.file} | 2193 | @trampf{user@@host,path/to/file} |
| 2194 | @end example | 2194 | @end example |
| 2195 | 2195 | ||
| 2196 | @file{@trampf{daniel@@melancholia,.emacs}} is for file @file{.emacs} | 2196 | @file{@trampf{daniel@@melancholia,.emacs}} is for file @file{.emacs} |