diff options
| author | Kai Großjohann | 2002-08-22 19:40:12 +0000 |
|---|---|---|
| committer | Kai Großjohann | 2002-08-22 19:40:12 +0000 |
| commit | 30f75e622c667e1cd9163cecad5848516753e57d (patch) | |
| tree | da97872d7fce48ac9278699752671dd172402230 | |
| parent | a562ef1ab420abf2a22c0baf19d097be1e243c1d (diff) | |
| download | emacs-30f75e622c667e1cd9163cecad5848516753e57d.tar.gz emacs-30f75e622c667e1cd9163cecad5848516753e57d.zip | |
Remote files: new default method for Tramp is ssh, not sm.
| -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 | |||
| 2999 | You can always specify in the file name which method should be used to | 2999 | You can always specify in the file name which method should be used to |
| 3000 | access the remote files, for example | 3000 | access 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}. |
| 3003 | When you don't specify a method in the file name, Emacs determines a | 3003 | When you don't specify a method in the file name, Emacs determines a |
| 3004 | default method according to the following rules: | 3004 | default method according to the following rules: |
| 3005 | 3005 | ||
| @@ -3011,7 +3011,7 @@ the @command{ftp} method. | |||
| 3011 | If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes | 3011 | If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes |
| 3012 | the @command{ftp} method. | 3012 | the @command{ftp} method. |
| 3013 | @item | 3013 | @item |
| 3014 | Otherwise, Emacs assumes the @command{sm} method. | 3014 | Otherwise, Emacs assumes the @command{ssh} method. |
| 3015 | @end enumerate | 3015 | @end enumerate |
| 3016 | 3016 | ||
| 3017 | @noindent | 3017 | @noindent |