diff options
author | Michael Olson <mwolson@gnu.org> | 2006-04-11 04:10:00 +0000 |
---|---|---|
committer | Michael Olson <mwolson@gnu.org> | 2006-04-11 04:10:00 +0000 |
commit | 0d64f1dc19471d0a6343a89703292d88131761b4 (patch) | |
tree | 5030aa8ed87d9c70ff6fa6ca049fe368502dd7e3 | |
parent | dd04c73ba141c1b95fda50f7ed38b67ecd979171 (diff) |
emms-player-mpd: Fix minor typo in comments.
darcs-hash:20060411041037-1bfb2-73ab388007c8c81b890d1427e0aa0f6f39e115b6.gz
-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. |