]> code.delx.au - gnu-emacs/blobdiff - man/files.texi
*** empty log message ***
[gnu-emacs] / man / files.texi
index 9eb396fb0112b0267fce53bd59d3bbde25f4a31a..e6729601b84522b964a8b2a8359d9ec51e37a0ac 100644 (file)
@@ -832,7 +832,7 @@ Time-stamp: <>
 or like this:
 
 @example
-Time-stamp: ""
+Time-stamp: " "
 @end example
 
   Then add the hook function @code{time-stamp} to the hook
@@ -2646,7 +2646,7 @@ pick up any recent changes from the repository first, using @kbd{C-x v m
 
 @vindex vc-cvs-global-switches
   The variable @code{vc-cvs-global-switches} should be a string
-specifyng switches to pass to CVS for all CVS operations.
+specifying switches to pass to CVS for all CVS operations.
 
   When @code{vc-cvs-stay-local} is @code{t}, VC also makes local
 version backups, so that simple diff and revert operations are
@@ -2999,7 +2999,7 @@ remote host, or Emacs may use a remote-login program (such as
 You can always specify in the file name which method should be used to
 access the remote files, for example
 @file{/ftp:@var{user}@@@var{host}:@var{filename}} uses FTP, whereas
-@file{/sm:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}.
+@file{/ssh:@var{user}@@@var{host}:@var{filename}} uses @command{ssh}.
 When you don't specify a method in the file name, Emacs determines a
 default method according to the following rules:
 
@@ -3011,7 +3011,7 @@ the @command{ftp} method.
 If the user name is @samp{ftp} or @samp{anonymous}, then Emacs assumes
 the @command{ftp} method.
 @item
-Otherwise, Emacs assumes the @command{sm} method.
+Otherwise, Emacs assumes the @command{ssh} method.
 @end enumerate
 
 @noindent