]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (Cleanup remote connections): Add
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:31:55 +0000 (14:31 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 4 Jul 2011 12:31:55 +0000 (14:31 +0200)
`tramp-cleanup-this-connection'.

doc/misc/ChangeLog
doc/misc/tramp.texi

index 2a99167bf5f4defde005fe5a9ec10f11d5b1c838..e388b54b7c292c3fd3e0600bd09f4e073e85930d 100644 (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
index 50f1e90618ff8b63def011890bb18fd7a55b81a1..a4e06ab22f17700ed962f90231665427e1c463c7 100644 (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}.