]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/files.el (remote-file-name-inhibit-cache): Minor doc fix.
authorStefan Kangas <stefan@marxist.se>
Tue, 5 Jul 2022 17:32:15 +0000 (19:32 +0200)
committerStefan Kangas <stefan@marxist.se>
Tue, 5 Jul 2022 17:32:15 +0000 (19:32 +0200)
lisp/files.el

index 752986b478ad8eab0bc5375d2f69b684aeb39a00..bccf7d56bab57c698998fa239e95811b304d2e30 100644 (file)
@@ -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.