diff options
| author | Richard M. Stallman | 2002-07-15 09:47:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-15 09:47:14 +0000 |
| commit | ec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e (patch) | |
| tree | 0d246c0162f727ec47b516481841cf997cb9c2ec | |
| parent | bd128a254ee499081969bc9a9e5c8ac3c568ab73 (diff) | |
| download | emacs-ec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e.tar.gz emacs-ec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e.zip | |
Minor cleanup.
| -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 |