diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-02 02:05:44 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-02 02:05:44 +0100 |
commit | 0472835ff2f73013a9633306bf60faa49cd777ba (patch) | |
tree | ff0ede67f53f653b2cced21bf79cc30080c144d7 /lisp/mpc.el | |
parent | db4a7382f0ee49338f9c52adb93cd16c4b93dcd3 (diff) | |
download | emacs-0472835ff2f73013a9633306bf60faa49cd777ba.tar.gz |
lisp/*: Fix typos in docstrings and messages.
Diffstat (limited to 'lisp/mpc.el')
-rw-r--r-- | lisp/mpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mpc.el b/lisp/mpc.el index b099d039ebb..6b290704622 100644 --- a/lisp/mpc.el +++ b/lisp/mpc.el @@ -1728,7 +1728,7 @@ A value of t means the main playlist.") "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) |