From: Michael Albinus Date: Wed, 10 Jul 2013 14:07:17 +0000 (+0200) Subject: Add comment. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1858 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=12580a07f4b419d069247f3e2e5c359a639aae03;p=emacs.git Add comment. --- diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 4c6141fe42b..f7f570590c8 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -38,9 +38,11 @@ ;; ;; - localname is a string. This are temporary properties, which are ;; related to the file localname is referring to. Examples: -;; "file-exists-p" is t or nile, depending on the file existence, or +;; "file-exists-p" is t or nil, depending on the file existence, or ;; "file-attributes" caches the result of the function -;; `file-attributes'. +;; `file-attributes'. These entries have a timestamp, and they +;; expire after `remote-file-name-inhibit-cache' seconds if this +;; variable is set. ;; ;; - The key is a process. This are temporary properties related to ;; an open connection. Examples: "scripts" keeps shell script