diff options
| author | Michael Albinus | 2010-10-03 17:09:11 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-10-03 17:09:11 +0200 |
| commit | 372559454105e1691ca3507da3df5d8797b9baf8 (patch) | |
| tree | e78f1ebaf5a6fb531536206dee73d5bc17b7d566 | |
| parent | 8271973583cc6fea0b3ae80198ffe459981be0e4 (diff) | |
| download | emacs-372559454105e1691ca3507da3df5d8797b9baf8.tar.gz emacs-372559454105e1691ca3507da3df5d8797b9baf8.zip | |
* tramp.texi (Frequently Asked Questions): Mention
remote-file-name-inhibit-cache.
| -rw-r--r-- | doc/misc/ChangeLog | 5 | ||||
| -rw-r--r-- | doc/misc/tramp.texi | 5 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 0b2c79088ac..1fce969e1da 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-03 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * tramp.texi (Frequently Asked Questions): Mention | ||
| 4 | remote-file-name-inhibit-cache. | ||
| 5 | |||
| 1 | 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * gnus.texi (Splitting Mail): Fix @xref syntax. | 8 | * gnus.texi (Splitting Mail): Fix @xref syntax. |
diff --git a/doc/misc/tramp.texi b/doc/misc/tramp.texi index 775e4788de0..2c82becf6ae 100644 --- a/doc/misc/tramp.texi +++ b/doc/misc/tramp.texi | |||
| @@ -2753,7 +2753,10 @@ Use an external method, like @option{scpc}. | |||
| 2753 | Use caching. This is already enabled by default. Information about | 2753 | Use caching. This is already enabled by default. Information about |
| 2754 | the remote host as well as the remote files are cached for reuse. The | 2754 | the remote host as well as the remote files are cached for reuse. The |
| 2755 | information about remote hosts is kept in the file specified in | 2755 | information about remote hosts is kept in the file specified in |
| 2756 | @code{tramp-persistency-file-name}. Keep this file. | 2756 | @code{tramp-persistency-file-name}. Keep this file. If you are |
| 2757 | confident, that files on remote hosts are not changed out of | ||
| 2758 | @value{emacsname}' control, set @code{remote-file-name-inhibit-cache} | ||
| 2759 | to @code{nil}. | ||
| 2757 | 2760 | ||
| 2758 | Disable version control. If you access remote files which are not | 2761 | Disable version control. If you access remote files which are not |
| 2759 | under version control, a lot of check operations can be avoided by | 2762 | under version control, a lot of check operations can be avoided by |