aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-cache.el
diff options
context:
space:
mode:
authorTim Landscheidt <tim@tim-landscheidt.de>2010-06-27 17:33:35 +0000
committerTim Landscheidt <tim@tim-landscheidt.de>2010-06-27 17:33:35 +0000
commitda9f87ffd68f7b63843da2910d94281b41f18984 (patch)
tree608f98ee6162f336a14331cb88d7c905f9ea49d4 /lisp/emms-cache.el
parented6a77997d4228d6a6a3da1a880e7672a2853829 (diff)
Fix typos and spacing.
* AUTHORS, FAQ, NEWS, README, lisp/emms-bookmarks.el, lisp/emms-cache.el, lisp/later-do.el: Fix typos and spacing.
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.