# HG changeset patch # User Juanma Barranquero # Date 1119488873 0 # Node ID 2fd498512c5dedf2f754897accbfb36a595b337d # Parent a7098c7b8f0f8ae2cc799bdfab2c49f23fd58d1c (Customizing Completion, Auto-save and Backup): Texinfo usage fix. diff -r a7098c7b8f0f -r 2fd498512c5d man/tramp.texi --- a/man/tramp.texi Thu Jun 23 00:42:02 2005 +0000 +++ b/man/tramp.texi Thu Jun 23 01:07:53 2005 +0000 @@ -1211,7 +1211,7 @@ 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 nil. +@file{hostkey_PORTNUMBER_HOST-NAME.pub}. User names are always @code{nil}. @item @code{tramp-parse-sknownhosts} @findex tramp-parse-shostkeys @@ -1219,7 +1219,7 @@ 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 nil. +@file{HOST-NAME.ALGORITHM.pub}. User names are always @code{nil}. @item @code{tramp-parse-hosts} @findex tramp-parse-hosts @@ -1610,7 +1610,7 @@ workaround is to manually set the variable to a sane value. If auto-saved files should go into the same directory as the original -files, @code{auto-save-file-name-transforms} should be set to nil. +files, @code{auto-save-file-name-transforms} should be set to @code{nil}. Another possibility is to set the variable @code{tramp-auto-save-directory} to a proper value.