]> git.eshelyaron.com Git - emacs.git/commitdiff
(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.
authorRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 17:30:56 +0000 (17:30 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 23 Jun 2005 17:30:56 +0000 (17:30 +0000)
man/ChangeLog
man/tramp.texi

index 5ca7dcf5c5a98d5288835ccf1dc9e779f9d0b1b1..fbd0256a0b536049271d75a328857404218599a9 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-23  Richard M. Stallman  <rms@gnu.org>
+
+       * tramp.texi (Customizing Completion, Auto-save and Backup): 
+       Texinfo usage fixes.
+
 2005-06-23  Lute Kamstra  <lute@gnu.org>
 
        * mule.texi (Select Input Method): Fix typo.
index 866711ac073684e8aca9340c062629fdde3e3761..756b467157c6f0cc21ec56176be1c8cd8e7588af 100644 (file)
@@ -1211,7 +1211,8 @@ in @file{~/.ssh/config} style files.
 
 SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
 @file{~/ssh2/hostkeys/*}.  Hosts are coded in file names
-@file{hostkey_PORTNUMBER_HOST-NAME.pub}.  User names are always @code{nil}.
+@file{hostkey_@var{portnumber}_@var{host-name}.pub}.  User names
+are always @code{nil}.
 
 @item @code{tramp-parse-sknownhosts}
 @findex tramp-parse-shostkeys
@@ -1219,7 +1220,7 @@ SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
 Another SSH2 style parsing of directories like
 @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}.  This
 case, hosts names are coded in file names
-@file{HOST-NAME.ALGORITHM.pub}.  User names are always @code{nil}.
+@file{@var{host-name}.@var{algorithm}.pub}.  User names are always @code{nil}.
 
 @item @code{tramp-parse-hosts}
 @findex tramp-parse-hosts
@@ -1522,7 +1523,7 @@ When
 @ifset xemacs
 @code{bkup-backup-directory-info}
 @end ifset
-is nil (the default), such problems do not occur.
+is @code{nil} (the default), such problems do not occur.
 
 Therefore, it is usefull to set special values for @value{tramp}
 files.  For example, the following statement effectively `turns off'
@@ -2125,7 +2126,8 @@ fi
 @end example
 
 
-@item @value{tramp} doesn't transfer strings with more than 500 characters
+@item
+@value{tramp} doesn't transfer strings with more than 500 characters
 correctly
 
 On some few systems, the implementation of @code{process-send-string}
@@ -2133,7 +2135,6 @@ seems to be broken for longer strings.  This case, you should
 customize the variable @code{tramp-chunksize} to 500.  For a
 description how to determine whether this is necessary see the
 documentation of @code{tramp-chunksize}.
-
 @end itemize