aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorforcer <forcer>2006-04-22 13:28:00 +0000
committerforcer <mwolson@gnu.org>2006-04-22 13:28:00 +0000
commita4b2dff4a3d5bdb43c71615c9d5aec86767cdd14 (patch)
treedf0d4e6c095ca472d02ebfdd852cf07c8723a393
parentda81b58374f0545b3eb36a99663b4060f6b503fa (diff)
emms.el: Fix docstring of emms-player-finished-hook.
darcs-hash:20060422132832-2189f-abbc2b41123ede5d7277719a548be8b1e0698310.gz
-rw-r--r--emms.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/emms.el b/emms.el
index aa2a6e6..af422df 100644
--- a/emms.el
+++ b/emms.el
@@ -193,8 +193,9 @@ See `emms-player-finished-hook'."
"*Hook run when an EMMS player finishes playing a track.
Please pay attention to the differences between
`emms-player-finished-hook' and `emms-player-stopped-hook'.
-The former is called only when the player is stopped interactively;
-the latter, only when the player actually finishes playing a track."
+The former is called only when the player actually finishes
+playing a track; the latter, only when the player is stopped
+interactively."
:group 'emms
:type 'hook
:options '(emms-next-noerror))