aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-cache.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emms-cache.el')
-rw-r--r--lisp/emms-cache.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emms-cache.el b/lisp/emms-cache.el
index 2262c7c..4741cbf 100644
--- a/lisp/emms-cache.el
+++ b/lisp/emms-cache.el
@@ -25,11 +25,11 @@
;;; Commentary:
;; The cache is a mapping of a full path name to information, and so
-;; it is invalidated when you rename or move files about. It also does
-;; not differentiate between file or uri tracks.
+;; it is invalidated when you rename or move files about. It also
+;; does not differentiate between file or uri tracks.
;; Because cache lookups are much faster than disk access, this works
-;; much better with a later-do-interval of something like 0.001. Also
+;; much better with a later-do-interval of something like 0.001. Also
;; consider using synchronous mode, as it's quite fast now.
;; This code is activated by (emms-standard) and above.