aboutsummaryrefslogtreecommitdiff
path: root/emms.el
diff options
context:
space:
mode:
Diffstat (limited to 'emms.el')
-rw-r--r--emms.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms.el b/emms.el
index a3c2e53..795862b 100644
--- a/emms.el
+++ b/emms.el
@@ -562,7 +562,7 @@ for that purpose.")
(make-variable-buffer-local 'emms-playlist-buffer-p)
(defun emms-playlist-ensure-playlist-buffer ()
- "Throw an error if we're on in a playlist-buffer."
+ "Throw an error if we're not in a playlist-buffer."
(when (not emms-playlist-buffer-p)
(error "Not an EMMS playlist buffer")))