emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 29e1459965: ; * lisp/files.el (remote-file-name-inhibit-cache):


From: Stefan Kangas
Subject: emacs-28 29e1459965: ; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix.
Date: Tue, 5 Jul 2022 13:32:36 -0400 (EDT)

branch: emacs-28
commit 29e1459965784cf37ad27324318aa4776481d173
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; * 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 752986b478..bccf7d56ba 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]