aboutsummaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorYoni Rabkin <yoni@rabkins.net>2019-01-09 09:49:36 -0500
committerYoni Rabkin <yoni@rabkins.net>2019-01-09 09:49:36 -0500
commitbb451d9f5392cc45202ed8e742abf2b1ac55ecd0 (patch)
tree91cff3a9da0dfbdf4915f5b01433064f17c9b9a1 /lisp
parentde5643494ae61617aa247b00d42d84b84ea9b12e (diff)
* lisp/emms.el: Fix doc string.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/emms.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emms.el b/lisp/emms.el
index 0da19d5..e629cae 100644
--- a/lisp/emms.el
+++ b/lisp/emms.el
@@ -881,8 +881,7 @@ If no current playlist exists, a new one is generated."
(emms-playlist-clear))))
(defun emms-playlist-clear ()
- "Clear the current buffer.
-If no playlist exists, a new one is generated."
+ "Clear the current buffer."
(interactive)
(emms-playlist-ensure-playlist-buffer)
(let ((inhibit-read-only t))