aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Großjohann2002-08-22 19:40:12 +0000
committerKai Großjohann2002-08-22 19:40:12 +0000
commit30f75e622c667e1cd9163cecad5848516753e57d (patch)
treeda97872d7fce48ac9278699752671dd172402230
parenta562ef1ab420abf2a22c0baf19d097be1e243c1d (diff)
downloademacs-30f75e622c667e1cd9163cecad5848516753e57d.tar.gz
emacs-30f75e622c667e1cd9163cecad5848516753e57d.zip
Remote files: new default method for Tramp is ssh, not sm.
-rw-r--r--man/files.texi4
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
2999You can always specify in the file name which method should be used to 2999You can always specify in the file name which method should be used to
3000access the remote files, for example 3000access the remote files, for example
3001@file{/ftp:@var{user}@@@var{host}:@var{filename}} uses FTP, whereas 3001@file{/ftp:@var{user}@@@var{host}:@var{filename}} uses FTP, whereas
3002@file{/sm:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}. 3002@file{/ssh:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}.
3003When you don't specify a method in the file name, Emacs determines a 3003When you don't specify a method in the file name, Emacs determines a
3004default method according to the following rules: 3004default method according to the following rules:
3005 3005
@@ -3011,7 +3011,7 @@ the @command{ftp} method.
3011If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes 3011If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes
3012the @command{ftp} method. 3012the @command{ftp} method.
3013@item 3013@item
3014Otherwise, Emacs assumes the @command{sm} method. 3014Otherwise, Emacs assumes the @command{ssh} method.
3015@end enumerate 3015@end enumerate
3016 3016
3017@noindent 3017@noindent