aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-06-23 17:30:56 +0000
committerRichard M. Stallman2005-06-23 17:30:56 +0000
commitd88c275b626987d17ac49d0d7dfc880ead36bd3e (patch)
treecee73a658b3af63437d98634c4a5c8c10ddb2439
parent8a4144ca29bbe4129cb38d02dca7d147bac60194 (diff)
downloademacs-d88c275b626987d17ac49d0d7dfc880ead36bd3e.tar.gz
emacs-d88c275b626987d17ac49d0d7dfc880ead36bd3e.zip
(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.
-rw-r--r--man/ChangeLog5
-rw-r--r--man/tramp.texi11
2 files changed, 11 insertions, 5 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index 5ca7dcf5c5a..fbd0256a0b5 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,8 @@
12005-06-23 Richard M. Stallman <rms@gnu.org>
2
3 * tramp.texi (Customizing Completion, Auto-save and Backup):
4 Texinfo usage fixes.
5
12005-06-23 Lute Kamstra <lute@gnu.org> 62005-06-23 Lute Kamstra <lute@gnu.org>
2 7
3 * mule.texi (Select Input Method): Fix typo. 8 * mule.texi (Select Input Method): Fix typo.
diff --git a/man/tramp.texi b/man/tramp.texi
index 866711ac073..756b467157c 100644
--- a/man/tramp.texi
+++ b/man/tramp.texi
@@ -1211,7 +1211,8 @@ in @file{~/.ssh/config} style files.
1211 1211
1212SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and 1212SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1213@file{~/ssh2/hostkeys/*}. Hosts are coded in file names 1213@file{~/ssh2/hostkeys/*}. Hosts are coded in file names
1214@file{hostkey_PORTNUMBER_HOST-NAME.pub}. User names are always @code{nil}. 1214@file{hostkey_@var{portnumber}_@var{host-name}.pub}. User names
1215are always @code{nil}.
1215 1216
1216@item @code{tramp-parse-sknownhosts} 1217@item @code{tramp-parse-sknownhosts}
1217@findex tramp-parse-shostkeys 1218@findex tramp-parse-shostkeys
@@ -1219,7 +1220,7 @@ SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and
1219Another SSH2 style parsing of directories like 1220Another SSH2 style parsing of directories like
1220@file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This 1221@file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This
1221case, hosts names are coded in file names 1222case, hosts names are coded in file names
1222@file{HOST-NAME.ALGORITHM.pub}. User names are always @code{nil}. 1223@file{@var{host-name}.@var{algorithm}.pub}. User names are always @code{nil}.
1223 1224
1224@item @code{tramp-parse-hosts} 1225@item @code{tramp-parse-hosts}
1225@findex tramp-parse-hosts 1226@findex tramp-parse-hosts
@@ -1522,7 +1523,7 @@ When
1522@ifset xemacs 1523@ifset xemacs
1523@code{bkup-backup-directory-info} 1524@code{bkup-backup-directory-info}
1524@end ifset 1525@end ifset
1525is nil (the default), such problems do not occur. 1526is @code{nil} (the default), such problems do not occur.
1526 1527
1527Therefore, it is usefull to set special values for @value{tramp} 1528Therefore, it is usefull to set special values for @value{tramp}
1528files. For example, the following statement effectively `turns off' 1529files. For example, the following statement effectively `turns off'
@@ -2125,7 +2126,8 @@ fi
2125@end example 2126@end example
2126 2127
2127 2128
2128@item @value{tramp} doesn't transfer strings with more than 500 characters 2129@item
2130@value{tramp} doesn't transfer strings with more than 500 characters
2129correctly 2131correctly
2130 2132
2131On some few systems, the implementation of @code{process-send-string} 2133On 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
2133customize the variable @code{tramp-chunksize} to 500. For a 2135customize the variable @code{tramp-chunksize} to 500. For a
2134description how to determine whether this is necessary see the 2136description how to determine whether this is necessary see the
2135documentation of @code{tramp-chunksize}. 2137documentation of @code{tramp-chunksize}.
2136
2137@end itemize 2138@end itemize
2138 2139
2139 2140