diff options
author | william.xwl <william.xwl> | 2006-12-18 16:05:00 +0000 |
---|---|---|
committer | william.xwl <mwolson@gnu.org> | 2006-12-18 16:05:00 +0000 |
commit | 1207c51472e11e1bf937b33c706397726bc7c6c4 (patch) | |
tree | 63a71414f25d1971f53160607a00cfd89dc11115 /emms.texinfo | |
parent | 87b19716ffca280e6efd7258b8b27e6d53b44c75 (diff) |
emms.texinfo: Update emms-playing-time info.
darcs-hash:20061218160551-e8fe6-4199708e240b7df11fae762e63185913d715905e.gz
Diffstat (limited to 'emms.texinfo')
-rw-r--r-- | emms.texinfo | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/emms.texinfo b/emms.texinfo index 461de10..36f83b0 100644 --- a/emms.texinfo +++ b/emms.texinfo @@ -1541,16 +1541,20 @@ To use this feature invoke: (emms-playing-time 1) @end lisp -@defun emms-playing-time-enable -Enable displaying emms playing time on the mode line. -@end defun +Note: `(emms-playing-time -1)' will disable emms-playing-time module +completely, and is not recommended. (since some other emms modules may +rely on it, such as `emms-lastfm.el') + +Instead, to toggle displaying playing time on mode line, one could call +`emms-playing-time-enable-display' and +`emms-playing-time-disable-display'." -@defun emms-playing-time-disable -Enable displaying emms playing time on the mode line. +@defun emms-playing-time-enable-display +Display playing time on mode line. @end defun -@defun emms-playing-time-toggle -Toggle displaying emms playing time on the mode line. +@defun emms-playing-time-disable-display +Remove playing time from mode line. @end defun @node Music Player Daemon |