diff options
| author | Juanma Barranquero | 2005-06-23 01:07:53 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2005-06-23 01:07:53 +0000 |
| commit | 887fbcff69eea8f223f1d96d85bfbb8a3097975d (patch) | |
| tree | ea46653499af3fc482b157386d0b3c33289ca0e4 | |
| parent | 080525ae584f1191201d0b8bc5266b3b07019f00 (diff) | |
| download | emacs-887fbcff69eea8f223f1d96d85bfbb8a3097975d.tar.gz emacs-887fbcff69eea8f223f1d96d85bfbb8a3097975d.zip | |
(Customizing Completion, Auto-save and Backup): Texinfo usage fix.
| -rw-r--r-- | man/tramp.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/tramp.texi b/man/tramp.texi index 5b406cb1662..866711ac073 100644 --- a/man/tramp.texi +++ b/man/tramp.texi | |||
| @@ -1211,7 +1211,7 @@ 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 nil. | 1214 | @file{hostkey_PORTNUMBER_HOST-NAME.pub}. User names are always @code{nil}. |
| 1215 | 1215 | ||
| 1216 | @item @code{tramp-parse-sknownhosts} | 1216 | @item @code{tramp-parse-sknownhosts} |
| 1217 | @findex tramp-parse-shostkeys | 1217 | @findex tramp-parse-shostkeys |
| @@ -1219,7 +1219,7 @@ SSH2 parsing of directories @file{/etc/ssh2/hostkeys/*} and | |||
| 1219 | Another SSH2 style parsing of directories like | 1219 | Another SSH2 style parsing of directories like |
| 1220 | @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This | 1220 | @file{/etc/ssh2/knownhosts/*} and @file{~/ssh2/knownhosts/*}. This |
| 1221 | case, hosts names are coded in file names | 1221 | case, hosts names are coded in file names |
| 1222 | @file{HOST-NAME.ALGORITHM.pub}. User names are always nil. | 1222 | @file{HOST-NAME.ALGORITHM.pub}. User names are always @code{nil}. |
| 1223 | 1223 | ||
| 1224 | @item @code{tramp-parse-hosts} | 1224 | @item @code{tramp-parse-hosts} |
| 1225 | @findex tramp-parse-hosts | 1225 | @findex tramp-parse-hosts |
| @@ -1610,7 +1610,7 @@ contains the directory where @value{emacsname} was built. A | |||
| 1610 | workaround is to manually set the variable to a sane value. | 1610 | workaround is to manually set the variable to a sane value. |
| 1611 | 1611 | ||
| 1612 | If auto-saved files should go into the same directory as the original | 1612 | If auto-saved files should go into the same directory as the original |
| 1613 | files, @code{auto-save-file-name-transforms} should be set to nil. | 1613 | files, @code{auto-save-file-name-transforms} should be set to @code{nil}. |
| 1614 | 1614 | ||
| 1615 | Another possibility is to set the variable | 1615 | Another possibility is to set the variable |
| 1616 | @code{tramp-auto-save-directory} to a proper value. | 1616 | @code{tramp-auto-save-directory} to a proper value. |