emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r113048: Fix typo.


From: Michael Albinus
Subject: [Emacs-diffs] trunk r113048: Fix typo.
Date: Tue, 18 Jun 2013 14:16:21 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 113048
revision-id: address@hidden
parent: address@hidden
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Tue 2013-06-18 16:16:12 +0200
message:
  Fix typo.
modified:
  lisp/net/tramp-cache.el        
trampcache.el-20091113204419-o5vbwnq5f7feedwu-5065
=== modified file 'lisp/net/tramp-cache.el'
--- a/lisp/net/tramp-cache.el   2013-02-19 15:17:55 +0000
+++ b/lisp/net/tramp-cache.el   2013-06-18 14:16:12 +0000
@@ -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))


reply via email to

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