Fix typo.
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 18 Jun 2013 14:16:12 +0000 (16:16 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 18 Jun 2013 14:16:12 +0000 (16:16 +0200)
lisp/net/tramp-cache.el

index 13a955f..4c6141f 100644 (file)
@@ -64,7 +64,7 @@
 Every entry has the form (REGEXP PROPERTY VALUE).  The regexp
 matches remote file names.  It can be nil.  PROPERTY is a string,
 and VALUE the corresponding value.  They are used, if there is no
-matching entry in for PROPERTY in `tramp-cache-data'."
+matching entry for PROPERTY in `tramp-cache-data'."
   :group 'tramp
   :version "24.4"
   :type '(repeat (list (choice :tag "File Name regexp" regexp (const nil))