From e0ca2bbebcf9d51c7450e48e9ce229744b4c60f6 Mon Sep 17 00:00:00 2001 From: lucas Date: Thu, 22 Nov 2007 15:36:00 +0000 Subject: emms-streams.el: add docstring for emms-stream-toggle-default-action darcs-hash:20071122153613-4f952-39660b0c51fd7e44f25538cee160176cd325f217.gz --- emms-streams.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emms-streams.el b/emms-streams.el index 73c0a27..711ad6f 100644 --- a/emms-streams.el +++ b/emms-streams.el @@ -586,6 +586,8 @@ Don't forget to save your modifications !" (run-hooks 'emms-stream-quit-hook)) (defun emms-stream-toggle-default-action () +"Toggle between adding to the current active playlist or play +right now (and thus erase the current active playlist)." (interactive) (if (string= emms-stream-default-action "play") (progn -- cgit v1.2.3