aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2011-07-04 14:31:55 +0200
committerMichael Albinus <[email protected]>2011-07-04 14:31:55 +0200
commit862c0d683c5c4ad611fda2b35d48cbfb2ed8d502 (patch)
tree0cbde0a9000cbdce8b529c9971174789952d6962 /doc/misc
parent90186c68a4616d7e55617f46495bfc2f1059ff7f (diff)
* tramp.texi (Cleanup remote connections): Add
`tramp-cleanup-this-connection'.
Diffstat (limited to 'doc/misc')
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi6
2 files changed, 11 insertions, 0 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index 2a99167bf5..e388b54b7c 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
+2011-07-04 Michael Albinus <[email protected]>
+
+ * tramp.texi (Cleanup remote connections): Add
+ `tramp-cleanup-this-connection'.
+
2011-07-03 Lars Magne Ingebrigtsen <[email protected]>
* gnus.texi (Subscription Methods): Link to "Group Levels" to explain
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 50f1e90618..a4e06ab22f 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -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}.