From 30f75e622c667e1cd9163cecad5848516753e57d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Gro=C3=9Fjohann?= Date: Thu, 22 Aug 2002 19:40:12 +0000 Subject: [PATCH] Remote files: new default method for Tramp is ssh, not sm. --- man/files.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man/files.texi b/man/files.texi index 0112381a180..fd83d2e3b47 100644 --- a/man/files.texi +++ b/man/files.texi @@ -2999,7 +2999,7 @@ remote host, or Emacs may use a remote-login program (such as 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 @@ the @command{ftp} method. 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 -- 2.39.2