From 29e1459965784cf37ad27324318aa4776481d173 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Tue, 5 Jul 2022 19:32:15 +0200 Subject: [PATCH] ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix. --- lisp/files.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.39.2