From: Stefan Kangas Date: Tue, 5 Jul 2022 17:32:15 +0000 (+0200) Subject: ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix. X-Git-Tag: emacs-28.1.91~66 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=29e1459965784cf37ad27324318aa4776481d173;p=emacs.git ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix. --- diff --git a/lisp/files.el b/lisp/files.el index 752986b478a..bccf7d56bab 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -1226,8 +1226,8 @@ Tip: You can use this expansion of remote identifier components (defcustom remote-file-name-inhibit-cache 10 "Whether to use the remote file-name cache for read access. -When nil, never expire cached values (caution) -When t, never use the cache (safe, but may be slow) +When nil, never expire cached values (caution). +When t, never use the cache (safe, but may be slow). A number means use cached values for that amount of seconds since caching. The attributes of remote files are cached for better performance.