diff options
author | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-08-22 19:40:12 +0000 |
---|---|---|
committer | Kai Großjohann <kgrossjo@eu.uu.net> | 2002-08-22 19:40:12 +0000 |
commit | 30f75e622c667e1cd9163cecad5848516753e57d (patch) | |
tree | da97872d7fce48ac9278699752671dd172402230 /man | |
parent | a562ef1ab420abf2a22c0baf19d097be1e243c1d (diff) | |
download | emacs-30f75e622c667e1cd9163cecad5848516753e57d.tar.gz |
Remote files: new default method for Tramp is ssh, not sm.
Diffstat (limited to 'man')
-rw-r--r-- | man/files.texi | 4 |
1 files 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 |