]> git.eshelyaron.com Git - emacs.git/commitdiff
* tramp.texi (External methods): Temporary files are kept for
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Oct 2009 15:10:31 +0000 (15:10 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 23 Oct 2009 15:10:31 +0000 (15:10 +0000)
`rsync' and `rsyncc' methods.

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

index 004cafa691d43184b3e9671c4bb89b7ff4e7e18c..512348f452aa446c15f3fdaf61a2b1bc0428778c 100644 (file)
@@ -1,3 +1,8 @@
+2009-10-23  Michael Albinus  <michael.albinus@gmx.de>
+
+       * tramp.texi (External methods): Temporary files are kept for
+       `rsync' and `rsyncc' methods.
+
 2009-10-09  Juanma Barranquero  <lekktu@gmail.com>
 
        * eieio.texi: Fix typos.
index 2df0fe7f26993427fb7270a795671d373ad59fee..8b82c3638afc96c490a92ac50ae6d614941c9b6a 100644 (file)
@@ -849,8 +849,8 @@ transferring files that exist on both hosts, this advantage is lost if
 the file exists only on one side of the connection.  A file can exists
 on both the remote and local host, when you copy a file from/to a
 remote host.  When you just open a file from the remote host (or write
-a file there), this is not the case, because on the local side
-temporary files are used.
+a file there), a temporary file on the local side is kept as long as
+the corresponding buffer, visiting this file, is alive.
 
 This method supports the @samp{-p} argument.