aboutsummaryrefslogtreecommitdiff
path: root/emms-mark.el
diff options
context:
space:
mode:
authorYe Wenbin <wenbinye@gmail.com>2007-03-08 14:11:00 +0000
committerYe Wenbin <wenbinye@gmail.com>2007-03-08 14:11:00 +0000
commitcb4e6dafa616cbe1c629392f0348d3098bf8c764 (patch)
tree4dbffe2ed22e68ef30bf02ab2ef0894544fcd058 /emms-mark.el
parenta3a1a313469a1e4bf007fea48d866a4e985d7a45 (diff)
Fix a typo error
darcs-hash:20070308141101-94065-603b79b4f9dd6d197349f56d1282c673cff0f4b7.gz
Diffstat (limited to 'emms-mark.el')
-rw-r--r--emms-mark.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emms-mark.el b/emms-mark.el
index da58d02..75620be 100644
--- a/emms-mark.el
+++ b/emms-mark.el
@@ -161,7 +161,7 @@ no argument, so if need the track in marked line, should use
`emms-playlist-track-at' to get it. The FUNC can also modify the
playlist buffer, such as delete the line. It is import for who want to
use this function, this function didn't move forward. So if FUNC don't
-move forward, set the third parameter MOVE to non-nil. Otherwise, the
+move forward, set the second parameter MOVE to non-nil. Otherwise, the
function will never exit the loop."
(let ((regexp (format "^[%c]" emms-mark-char))
(newfunc func))