* tramp.texi (Cleanup remote connections): Add

`tramp-cleanup-this-connection'.
This commit is contained in:
Michael Albinus 2011-07-04 14:31:55 +02:00
parent 90186c68a4
commit 862c0d683c
2 changed files with 11 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2011-07-04 Michael Albinus <michael.albinus@gmx.de>
* tramp.texi (Cleanup remote connections): Add
`tramp-cleanup-this-connection'.
2011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Subscription Methods): Link to "Group Levels" to explain

View file

@ -2680,6 +2680,12 @@ handling}), file cache, connection cache (@pxref{Connection caching}),
connection buffers.
@end deffn
@deffn Command tramp-cleanup-this-connection
This command flushes all objects of the current buffer's remote
connection. The same objects are removed as in
@code{tramp-cleanup-connection}.
@end deffn
@deffn Command tramp-cleanup-all-connections
This command flushes objects for all active remote connections. The
same objects are removed as in @code{tramp-cleanup-connection}.