aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index f818343..e2f2fa3 100644
--- a/emms.el
+++ b/emms.el
@@ -222,7 +222,8 @@ This is called with two arguments, the type and the name."
(defcustom emms-cache-set-function nil
"A function to add/set a track entry from the cache.
-This is called with a single argument, the track."
+This is called with three arguments: the type of the track, the
+name of the track, and the track itself."
:group 'emms
:type 'function)