diff options
| author | Michael Albinus | 2013-06-18 16:16:12 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-06-18 16:16:12 +0200 |
| commit | 7946c240f94fb9802e89ab90d0e4c239e337f266 (patch) | |
| tree | 5a6def733397681d4d617fdc7dda237f1deb2f4f | |
| parent | d2aa978075f08d3cb9ae9e2e988ec6ae70c7ca85 (diff) | |
| download | emacs-7946c240f94fb9802e89ab90d0e4c239e337f266.tar.gz emacs-7946c240f94fb9802e89ab90d0e4c239e337f266.zip | |
Fix typo.
| -rw-r--r-- | lisp/net/tramp-cache.el | 2 |
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 @@ | |||
| 64 | Every entry has the form (REGEXP PROPERTY VALUE). The regexp | 64 | Every entry has the form (REGEXP PROPERTY VALUE). The regexp |
| 65 | matches remote file names. It can be nil. PROPERTY is a string, | 65 | matches remote file names. It can be nil. PROPERTY is a string, |
| 66 | and VALUE the corresponding value. They are used, if there is no | 66 | and VALUE the corresponding value. They are used, if there is no |
| 67 | matching entry in for PROPERTY in `tramp-cache-data'." | 67 | matching 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)) |