diff options
Diffstat (limited to 'doc/misc')
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 4 |
2 files changed, 7 insertions, 2 deletions
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 @@ | |||
| 1 | 2009-10-23 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (External methods): Temporary files are kept for | ||
| 4 | `rsync' and `rsyncc' methods. | ||
| 5 | |||
| 1 | 2009-10-09 Juanma Barranquero <lekktu@gmail.com> | 6 | 2009-10-09 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 7 | ||
| 3 | * eieio.texi: Fix typos. | 8 | * 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 | |||
| 849 | the file exists only on one side of the connection. A file can exists | 849 | the file exists only on one side of the connection. A file can exists |
| 850 | on both the remote and local host, when you copy a file from/to a | 850 | on both the remote and local host, when you copy a file from/to a |
| 851 | remote host. When you just open a file from the remote host (or write | 851 | remote host. When you just open a file from the remote host (or write |
| 852 | a file there), this is not the case, because on the local side | 852 | a file there), a temporary file on the local side is kept as long as |
| 853 | temporary files are used. | 853 | the corresponding buffer, visiting this file, is alive. |
| 854 | 854 | ||
| 855 | This method supports the @samp{-p} argument. | 855 | This method supports the @samp{-p} argument. |
| 856 | 856 | ||