aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2010-10-03 17:09:11 +0200
committerMichael Albinus2010-10-03 17:09:11 +0200
commit372559454105e1691ca3507da3df5d8797b9baf8 (patch)
treee78f1ebaf5a6fb531536206dee73d5bc17b7d566
parent8271973583cc6fea0b3ae80198ffe459981be0e4 (diff)
downloademacs-372559454105e1691ca3507da3df5d8797b9baf8.tar.gz
emacs-372559454105e1691ca3507da3df5d8797b9baf8.zip
* tramp.texi (Frequently Asked Questions): Mention
remote-file-name-inhibit-cache.
-rw-r--r--doc/misc/ChangeLog5
-rw-r--r--doc/misc/tramp.texi5
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 @@
12010-10-03 Michael Albinus <michael.albinus@gmx.de>
2
3 * tramp.texi (Frequently Asked Questions): Mention
4 remote-file-name-inhibit-cache.
5
12010-10-02 Lars Magne Ingebrigtsen <larsi@gnus.org> 62010-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}.
2753Use caching. This is already enabled by default. Information about 2753Use caching. This is already enabled by default. Information about
2754the remote host as well as the remote files are cached for reuse. The 2754the remote host as well as the remote files are cached for reuse. The
2755information about remote hosts is kept in the file specified in 2755information 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
2757confident, that files on remote hosts are not changed out of
2758@value{emacsname}' control, set @code{remote-file-name-inhibit-cache}
2759to @code{nil}.
2757 2760
2758Disable version control. If you access remote files which are not 2761Disable version control. If you access remote files which are not
2759under version control, a lot of check operations can be avoided by 2762under version control, a lot of check operations can be avoided by