aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
authoryoni-r <yoni-r>2006-09-22 09:47:00 +0000
committeryoni-r <mwolson@gnu.org>2006-09-22 09:47:00 +0000
commit794a5abbd8e35458d0e6a6d2ce013205eefceb26 (patch)
tree1a7d38cd1eaf64da7dd421fc41bbab4a0906e005 /emms.el
parent876bc87c3b24ee8dea7fe697d1b0f127ed16621b (diff)
emms-playing-time.el now works with `seek-to'.
darcs-hash:20060922094757-85c19-fbb086056c6b7050585a8ad86996d39c2a8085e4.gz
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index 4e567d2..75b961a 100644
--- a/emms.el
+++ b/emms.el
@@ -222,7 +222,7 @@ seconds the player did seek."
(defcustom emms-player-seeked-to-functions nil
"*Functions called when a player is seeking.
The functions are called with a single argument, the amount of
-seconds the player did seek."
+seconds the player seeked to."
:group 'emms
:type 'hook)