Mercurial > emacs
changeset 47001:66b6d19633ed
Remote files: new default method for Tramp is ssh, not sm.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Thu, 22 Aug 2002 19:40:12 +0000 |
parents | 005cc008b551 |
children | b87254142b98 |
files | man/files.texi |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/man/files.texi Thu Aug 22 16:52:56 2002 +0000 +++ b/man/files.texi Thu Aug 22 19:40:12 2002 +0000 @@ -2999,7 +2999,7 @@ You can always specify in the file name which method should be used to access the remote files, for example @file{/ftp:@var{user}@@@var{host}:@var{filename}} uses FTP, whereas -@file{/sm:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}. +@file{/ssh:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}. When you don't specify a method in the file name, Emacs determines a default method according to the following rules: @@ -3011,7 +3011,7 @@ If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes the @command{ftp} method. @item -Otherwise, Emacs assumes the @command{sm} method. +Otherwise, Emacs assumes the @command{ssh} method. @end enumerate @noindent