aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2011-07-04 14:31:55 +0200
committerMichael Albinus2011-07-04 14:31:55 +0200
commit862c0d683c5c4ad611fda2b35d48cbfb2ed8d502 (patch)
tree0cbde0a9000cbdce8b529c9971174789952d6962
parent90186c68a4616d7e55617f46495bfc2f1059ff7f (diff)
downloademacs-862c0d683c5c4ad611fda2b35d48cbfb2ed8d502.tar.gz
emacs-862c0d683c5c4ad611fda2b35d48cbfb2ed8d502.zip
* tramp.texi (Cleanup remote connections): Add
`tramp-cleanup-this-connection'.
-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 2a99167bf5f..e388b54b7c2 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,8 @@
12011-07-04 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Cleanup remote connections): Add
4 `tramp-cleanup-this-connection'.
5
12011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org> 62011-07-03 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain 8 * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi
index 50f1e90618f..a4e06ab22f1 100644
--- a/doc/misc/tramp.texi
+++ b/doc/misc/tramp.texi
@@ -2680,6 +2680,12 @@ handling}), file cache, connection cache (@pxref{Connection caching}),
2680connection buffers. 2680connection buffers.
2681@end deffn 2681@end deffn
2682 2682
2683@deffn Command tramp-cleanup-this-connection
2684This command flushes all objects of the current buffer's remote
2685connection. The same objects are removed as in
2686@code{tramp-cleanup-connection}.
2687@end deffn
2688
2683@deffn Command tramp-cleanup-all-connections 2689@deffn Command tramp-cleanup-all-connections
2684This command flushes objects for all active remote connections. The 2690This command flushes objects for all active remote connections. The
2685same objects are removed as in @code{tramp-cleanup-connection}. 2691same objects are removed as in @code{tramp-cleanup-connection}.