diff lisp/mpc.el @ 106697:ac408704629c

lisp/*: Fix typos in docstrings and messages.
author Juanma Barranquero <lekktu@gmail.com>
date Sat, 02 Jan 2010 02:05:44 +0100
parents 06698b91c779
children 1d1d5d9bd884
line wrap: on
line diff
--- a/lisp/mpc.el	Sat Jan 02 02:03:48 2010 +0100
+++ b/lisp/mpc.el	Sat Jan 02 02:05:44 2010 +0100
@@ -1728,7 +1728,7 @@
   "Remove the selected songs from the playlist."
   (interactive)
   (unless mpc-songs-playlist
-    (error "The selected songs aren't part of a playlist."))
+    (error "The selected songs aren't part of a playlist"))
   (let ((song-poss (mapcar #'cdr (mpc-songs-selection))))
     (mpc-cmd-delete song-poss mpc-songs-playlist)
     (mpc-songs-refresh)