]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve wording when documenting other TRAMP syntaxes
authorStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 20:35:35 +0000 (22:35 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 9 Aug 2022 20:35:35 +0000 (22:35 +0200)
* doc/misc/tramp.texi (Change file name syntax): Improve wording.
(Bug#57061)

doc/misc/tramp.texi

index 06df3192968783202314b574c504df4e013ac6f3..3dc6da6e7d068463e95233b42a11fab51eb04ea9 100644 (file)
@@ -3161,7 +3161,7 @@ names.  Beside the @code{default} value, @var{syntax} can be
 @item @code{simplified}
 @cindex simplified syntax
 
-The remote file name syntax is similar to the syntax used by Ange FTP@.
+This remote file name syntax is similar to the syntax used by Ange FTP@.
 A remote file name has the form
 @code{@value{prefix}user@@host@value{postfix}path/to/file}.  The
 @code{user@@} part is optional, and the method is determined by
@@ -3173,7 +3173,7 @@ A remote file name has the form
 @clear unified
 @set separate
 @include trampver.texi
-The remote file name syntax is similar to the syntax used by XEmacs.
+This remote file name syntax originated in the XEmacs text editor.
 A remote file name has the form
 @code{@trampfn{method,user@@host,path/to/file}}.  The @code{method}
 and @code{user@@} parts are optional.