diff options
| author | Stefan Kangas | 2022-08-09 22:35:35 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-08-09 22:35:35 +0200 |
| commit | 14833cd9dfc82a2dcfb8bc24a209e9b16c48b5b8 (patch) | |
| tree | 557ebfe32594ff1dc92a790606c32971f3a2f83a /doc | |
| parent | 628df15da5c2ed2950944b11803b5382ca698ed7 (diff) | |
| download | emacs-14833cd9dfc82a2dcfb8bc24a209e9b16c48b5b8.tar.gz emacs-14833cd9dfc82a2dcfb8bc24a209e9b16c48b5b8.zip | |
Improve wording when documenting other TRAMP syntaxes
* doc/misc/tramp.texi (Change file name syntax): Improve wording.
(Bug#57061)
Diffstat (limited to 'doc')
| -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 06df3192968..3dc6da6e7d0 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -3161,7 +3161,7 @@ names. Beside the @code{default} value, @var{syntax} can be | |||
| 3161 | @item @code{simplified} | 3161 | @item @code{simplified} |
| 3162 | @cindex simplified syntax | 3162 | @cindex simplified syntax |
| 3163 | 3163 | ||
| 3164 | The remote file name syntax is similar to the syntax used by Ange FTP@. | 3164 | This remote file name syntax is similar to the syntax used by Ange FTP@. |
| 3165 | A remote file name has the form | 3165 | A remote file name has the form |
| 3166 | @code{@value{prefix}user@@host@value{postfix}path/to/file}. The | 3166 | @code{@value{prefix}user@@host@value{postfix}path/to/file}. The |
| 3167 | @code{user@@} part is optional, and the method is determined by | 3167 | @code{user@@} part is optional, and the method is determined by |
| @@ -3173,7 +3173,7 @@ A remote file name has the form | |||
| 3173 | @clear unified | 3173 | @clear unified |
| 3174 | @set separate | 3174 | @set separate |
| 3175 | @include trampver.texi | 3175 | @include trampver.texi |
| 3176 | The remote file name syntax is similar to the syntax used by XEmacs. | 3176 | This remote file name syntax originated in the XEmacs text editor. |
| 3177 | A remote file name has the form | 3177 | A remote file name has the form |
| 3178 | @code{@trampfn{method,user@@host,path/to/file}}. The @code{method} | 3178 | @code{@trampfn{method,user@@host,path/to/file}}. The @code{method} |
| 3179 | and @code{user@@} parts are optional. | 3179 | and @code{user@@} parts are optional. |