aboutsummaryrefslogtreecommitdiff
path: root/emms-mode-line.el
diff options
context:
space:
mode:
authorWilliam Xu <william.xwl@gmail.com>2008-02-12 04:12:00 +0000
committerWilliam Xu <william.xwl@gmail.com>2008-02-12 04:12:00 +0000
commit5f0591f7fe91bda35c44faa4134870a2296a9d5e (patch)
treee704c9b63ad60840db606df58c52a8a463001f5c /emms-mode-line.el
parent01efb7c0a107cc5412e895460b2630d33968a23d (diff)
(emms-lastfm-radio-request-metadata-sentinel): Let `emms-track-updated' take care of updating track info.
darcs-hash:20080212041204-cfa61-b9e5ee5ad4e09a6ebe583e796e573abd18b0afa3.gz
Diffstat (limited to 'emms-mode-line.el')
-rw-r--r--emms-mode-line.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-mode-line.el b/emms-mode-line.el
index 8398532..f8cfec4 100644
--- a/emms-mode-line.el
+++ b/emms-mode-line.el
@@ -54,7 +54,7 @@
:group 'emms)
(defun emms-mode-line-playlist-current ()
- "Format the currently playing song"
+ "Format the currently playing song."
(format emms-mode-line-format (emms-track-description
(emms-playlist-current-selected-track))))