diff options
-rw-r--r-- | emms-player-mpd.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emms-player-mpd.el b/emms-player-mpd.el index dbbf0e9..4d1b7c2 100644 --- a/emms-player-mpd.el +++ b/emms-player-mpd.el @@ -1,4 +1,4 @@ -;; emms-player-mpd.el --- MusicPD support for EMMS +;;; emms-player-mpd.el --- MusicPD support for EMMS ;; Copyright (C) 2005, 2006 Free Software Foundation, Inc. @@ -197,7 +197,7 @@ If your EMMS playlist contains stored playlists, set this to nil." 'seek 'emms-player-mpd-seek) -;;; Traffic Queue (with some improvements) based on tq.el +;;; Transaction Queue (with some improvements) based on tq.el (defun emms-player-mpd-tq-create (process) "Create and return a transaction queue communicating with PROCESS. |