aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-cache.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index 13a955ff579..4c6141fe42b 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -64,7 +64,7 @@
64Every entry has the form (REGEXP PROPERTY VALUE). The regexp 64Every entry has the form (REGEXP PROPERTY VALUE). The regexp
65matches remote file names. It can be nil. PROPERTY is a string, 65matches remote file names. It can be nil. PROPERTY is a string,
66and VALUE the corresponding value. They are used, if there is no 66and VALUE the corresponding value. They are used, if there is no
67matching entry in for PROPERTY in `tramp-cache-data'." 67matching entry for PROPERTY in `tramp-cache-data'."
68 :group 'tramp 68 :group 'tramp
69 :version "24.4" 69 :version "24.4"
70 :type '(repeat (list (choice :tag "File Name regexp" regexp (const nil)) 70 :type '(repeat (list (choice :tag "File Name regexp" regexp (const nil))