diff options
| -rw-r--r-- | man/files.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man/files.texi b/man/files.texi index 35c7b558732..f4f3f4bb911 100644 --- a/man/files.texi +++ b/man/files.texi | |||
| @@ -2999,10 +2999,10 @@ remote host, or Emacs may use a remote-login program (such as | |||
| 2999 | 2999 | ||
| 3000 | You can always specify in the file name which method should be used to | 3000 | You can always specify in the file name which method should be used to |
| 3001 | access the remote files, for example | 3001 | access the remote files, for example |
| 3002 | @file{/ftp:@var{user}@@@var{host}:@var{filename}} will use FTP, whereas | 3002 | @file{/ftp:@var{user}@@@var{host}:@var{filename}} uses FTP, whereas |
| 3003 | @file{/sm:@var{user}@@@var{host}:@var{filename}} will use | 3003 | @file{/sm:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}. |
| 3004 | @command{ssh}. When no method is specified in the file name, Emacs | 3004 | When you don't specify a method in the file name, Emacs determines a |
| 3005 | determines a default method according to the following rules: | 3005 | default method according to the following rules: |
| 3006 | 3006 | ||
| 3007 | @enumerate | 3007 | @enumerate |
| 3008 | @item | 3008 | @item |