diff options
| author | Richard M. Stallman | 2005-06-23 17:30:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-06-23 17:30:56 +0000 |
| commit | d88c275b626987d17ac49d0d7dfc880ead36bd3e (patch) | |
| tree | cee73a658b3af63437d98634c4a5c8c10ddb2439 | |
| parent | 8a4144ca29bbe4129cb38d02dca7d147bac60194 (diff) | |
| download | emacs-d88c275b626987d17ac49d0d7dfc880ead36bd3e.tar.gz emacs-d88c275b626987d17ac49d0d7dfc880ead36bd3e.zip | |
(Customizing Completion, Auto-save and Backup): Texinfo usage fixes.
| -rw-r--r-- | man/ChangeLog | 5 | ||||
| -rw-r--r-- | man/tramp.texi | 11 |
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 @@ | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * tramp.texi (Customizing Completion, Auto-save and Backup): | ||
| 4 | Texinfo usage fixes. | ||
| 5 | |||
| 1 | 2005-06-23 Lute Kamstra <lute@gnu.org> | 6 | 2005-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 | ||
| 1212 | SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and | 1212 | SSH2 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 |
| 1215 | are 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 | |||
| 1219 | Another SSH2 style parsing of directories like | 1220 | Another 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 |
| 1221 | case, hosts names are coded in file names | 1222 | case, 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 |
| 1525 | is nil (the default), such problems do not occur. | 1526 | is @code{nil} (the default), such problems do not occur. |
| 1526 | 1527 | ||
| 1527 | Therefore, it is usefull to set special values for @value{tramp} | 1528 | Therefore, it is usefull to set special values for @value{tramp} |
| 1528 | files. For example, the following statement effectively `turns off' | 1529 | files. 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 | ||
| 2129 | correctly | 2131 | correctly |
| 2130 | 2132 | ||
| 2131 | On some few systems, the implementation of @code{process-send-string} | 2133 | 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 | |||
| 2133 | customize the variable @code{tramp-chunksize} to 500. For a | 2135 | customize the variable @code{tramp-chunksize} to 500. For a |
| 2134 | description how to determine whether this is necessary see the | 2136 | description how to determine whether this is necessary see the |
| 2135 | documentation of @code{tramp-chunksize}. | 2137 | documentation of @code{tramp-chunksize}. |
| 2136 | |||
| 2137 | @end itemize | 2138 | @end itemize |
| 2138 | 2139 | ||
| 2139 | 2140 | ||