aboutsummaryrefslogtreecommitdiff
path: root/emms-player-mpd.el
diff options
context:
space:
mode:
authorMichael Olson <mwolson@gnu.org>2006-04-11 22:54:00 +0000
committerMichael Olson <mwolson@gnu.org>2006-04-11 22:54:00 +0000
commit4972da8265bd1aaf02fb5296c013d5ca6b35d28d (patch)
tree35ba7e15512efbd0496ab9d7368362d9f9fbdc9b /emms-player-mpd.el
parent640c4753038283d32b28c242b382ab6ff124f5db (diff)
emms-player-mpd: Set timer interval to be 1 by default and adjust docstring.
darcs-hash:20060411225417-1bfb2-f7db6dfb4664a2f57de8e3cd415a49abe36cf76c.gz
Diffstat (limited to 'emms-player-mpd.el')
-rw-r--r--emms-player-mpd.el7
1 files changed, 3 insertions, 4 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el
index 4d1b7c2..ca6c3b4 100644
--- a/emms-player-mpd.el
+++ b/emms-player-mpd.el
@@ -156,10 +156,9 @@ It should take same arguments as `open-network-stream' does."
:type '(choice number string)
:group 'emms-player-mpd)
-(defcustom emms-player-mpd-check-interval 2
- "How long to wait before checking to see whether MusicPD has
-moved on to the next song. This may be an integer or a floating
-point number.
+(defcustom emms-player-mpd-check-interval 1
+ "How often to check to see whether MusicPD has advanced to the
+next song. This may be an integer or a floating point number.
This is used only if `emms-player-mpd-sync-playlist' is non-nil"
:type 'integer