diff options
author | forcer <forcer> | 2006-04-22 13:28:00 +0000 |
---|---|---|
committer | forcer <mwolson@gnu.org> | 2006-04-22 13:28:00 +0000 |
commit | a4b2dff4a3d5bdb43c71615c9d5aec86767cdd14 (patch) | |
tree | df0d4e6c095ca472d02ebfdd852cf07c8723a393 | |
parent | da81b58374f0545b3eb36a99663b4060f6b503fa (diff) |
emms.el: Fix docstring of emms-player-finished-hook.
darcs-hash:20060422132832-2189f-abbc2b41123ede5d7277719a548be8b1e0698310.gz
-rw-r--r-- | emms.el | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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)) |