# HG changeset patch # User Kai Grojohann # Date 1030045212 0 # Node ID 66b6d19633ed594ec759bba659e0695f8de93752 # Parent 005cc008b551b3e1db82b0de88adffa565ba7046 Remote files: new default method for Tramp is ssh, not sm. diff -r 005cc008b551 -r 66b6d19633ed man/files.texi --- 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