diff options
| author | Michael Albinus | 2019-07-01 23:44:05 +0200 |
|---|---|---|
| committer | Michael Albinus | 2019-07-01 23:44:05 +0200 |
| commit | 23d0620f69991d7bb60dbc078562213f41d81653 (patch) | |
| tree | b155f56d40b9b4a7d6a406d0e5a8b2b5b84e2701 | |
| parent | 6b7136a80db3cf85c187084c6aefac156cb8a388 (diff) | |
| download | emacs-23d0620f69991d7bb60dbc078562213f41d81653.tar.gz emacs-23d0620f69991d7bb60dbc078562213f41d81653.zip | |
Minor changes in tramp.texi
* doc/misc/tramp.texi (Obtaining Tramp): Mention file INSTALL.
(Cleanup remote connections): The session timer is also deleted.
| -rw-r--r-- | doc/misc/tramp.texi | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index df8ae6f7f40..9efc86e720c 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -402,12 +402,15 @@ $ autoconf | |||
| 402 | @end group | 402 | @end group |
| 403 | @end example | 403 | @end example |
| 404 | 404 | ||
| 405 | 405 | @ifset installchapter | |
| 406 | @c Installation chapter is necessary only in case of standalone | 406 | @c Installation chapter is necessary only in case of standalone |
| 407 | @c installation. | 407 | @c installation. |
| 408 | @ifset installchapter | ||
| 409 | @include trampinst.texi | 408 | @include trampinst.texi |
| 410 | @end ifset | 409 | @end ifset |
| 410 | @ifclear installchapter | ||
| 411 | See the file @file{INSTALL} in that directory for further information | ||
| 412 | how to install @value{tramp}. | ||
| 413 | @end ifclear | ||
| 411 | 414 | ||
| 412 | 415 | ||
| 413 | @node Quick Start Guide | 416 | @node Quick Start Guide |
| @@ -3269,10 +3272,13 @@ This command flushes all connection related objects. @option{vec} is | |||
| 3269 | the internal representation of a remote connection. When called | 3272 | the internal representation of a remote connection. When called |
| 3270 | interactively, this command lists active remote connections in the | 3273 | interactively, this command lists active remote connections in the |
| 3271 | minibuffer. Each connection is of the format | 3274 | minibuffer. Each connection is of the format |
| 3272 | @file{@trampfn{method,user@@host,}}. Flushing remote connections also | 3275 | @file{@trampfn{method,user@@host,}}. |
| 3273 | cleans the password cache (@pxref{Password handling}), file cache, | 3276 | |
| 3274 | connection cache (@pxref{Connection caching}), recentf cache | 3277 | Flushing remote connections also cleans the password cache |
| 3275 | (@pxref{File Conveniences, , , emacs}), and connection buffers. | 3278 | (@pxref{Password handling}), file cache, connection cache |
| 3279 | (@pxref{Connection caching}), and recentf cache (@pxref{File | ||
| 3280 | Conveniences, , , emacs}). It also deletes session timers | ||
| 3281 | (@pxref{Predefined connection information}) and connection buffers. | ||
| 3276 | @end deffn | 3282 | @end deffn |
| 3277 | 3283 | ||
| 3278 | @deffn Command tramp-cleanup-this-connection | 3284 | @deffn Command tramp-cleanup-this-connection |
| @@ -3290,7 +3296,7 @@ proxy definitions (@pxref{Ad-hoc multi-hops}). | |||
| 3290 | @deffn Command tramp-cleanup-all-buffers | 3296 | @deffn Command tramp-cleanup-all-buffers |
| 3291 | Just as for @code{tramp-cleanup-all-connections}, all remote | 3297 | Just as for @code{tramp-cleanup-all-connections}, all remote |
| 3292 | connections and ad-hoc proxy definition are cleaned up in addition to | 3298 | connections and ad-hoc proxy definition are cleaned up in addition to |
| 3293 | killing buffers related to that remote connection. | 3299 | killing all buffers related to remote connections. |
| 3294 | @end deffn | 3300 | @end deffn |
| 3295 | 3301 | ||
| 3296 | 3302 | ||