1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge from origin/emacs-29

476933b235 ; * lisp/simple.el (shell-command-to-string): Fix quotation.
e27ec0e414 Improve remote-file-name-inhibit-cache :type
This commit is contained in:
Eli Zaretskii 2023-09-23 09:41:11 -04:00
commit 6d8801ee73
3 changed files with 13 additions and 13 deletions

View file

@ -1322,10 +1322,10 @@ consecutive checks. For example:
:group 'tramp
:version "24.1"
:type '(choice
(const :tag "Do not inhibit file name cache" nil)
(const :tag "Do not use file name cache" t)
(integer :tag "Do not use file name cache"
:format "Do not use file name cache older then %v seconds"
(const :tag "Do not cache remote file attributes" t)
(const :tag "Cache remote file attributes" nil)
(integer :tag "Cache remote file attributes with expiration"
:format "Cache expiry in seconds: %v"
:value 10)))
(defcustom remote-file-name-access-timeout nil