aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-07-15 09:47:14 +0000
committerRichard M. Stallman2002-07-15 09:47:14 +0000
commitec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e (patch)
tree0d246c0162f727ec47b516481841cf997cb9c2ec
parentbd128a254ee499081969bc9a9e5c8ac3c568ab73 (diff)
downloademacs-ec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e.tar.gz
emacs-ec6a646a0bdfe8c2cdfac7ae5c81cddd0fa0517e.zip
Minor cleanup.
-rw-r--r--man/files.texi8
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
3000You can always specify in the file name which method should be used to 3000You can always specify in the file name which method should be used to
3001access the remote files, for example 3001access 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 3004When you don't specify a method in the file name, Emacs determines a
3005determines a default method according to the following rules: 3005default method according to the following rules:
3006 3006
3007@enumerate 3007@enumerate
3008@item 3008@item