From: Michael Albinus Date: Fri, 23 Oct 2009 15:10:31 +0000 (+0000) Subject: * tramp.texi (External methods): Temporary files are kept for X-Git-Tag: emacs-pretest-23.1.90~695 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=637f4f0f756d36c4e4221de3f0daed6540126ad4;p=emacs.git * tramp.texi (External methods): Temporary files are kept for `rsync' and `rsyncc' methods. --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 004cafa691d..512348f452a 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,8 @@ +2009-10-23 Michael Albinus + + * tramp.texi (External methods): Temporary files are kept for + `rsync' and `rsyncc' methods. + 2009-10-09 Juanma Barranquero * eieio.texi: Fix typos. diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 2df0fe7f269..8b82c3638af 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi @@ -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.