diff options
author | Yoni Rabkin <yoni@rabkins.net> | 2016-12-21 07:59:25 -0500 |
---|---|---|
committer | Yoni Rabkin <yoni@rabkins.net> | 2016-12-21 07:59:25 -0500 |
commit | 1a2df61904b4d35a1c098fa0d11573b8ca61036e (patch) | |
tree | aa6357037272d3fb7fb314c34096a1290753b692 /doc/emms.texinfo | |
parent | ea9b8906c773b722d1c06c62bf5883b5a6de5342 (diff) |
* doc/emms.texinfo: small typo fix
Thank you to Stefan Kangas <stefan@marxist.se>.
Diffstat (limited to 'doc/emms.texinfo')
-rw-r--r-- | doc/emms.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/emms.texinfo b/doc/emms.texinfo index 60a8957..8bc25a4 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -1165,9 +1165,9 @@ them into another playlist. emms-mark is also intent to provide a way for user to select tracks for other command to operate on them. Currently, -@file{emms-tag-editor.el} used the emms-mark to edit tags of selected -tracks. Two function is useful for elisp programer to handle marked -tracks. +@file{emms-tag-editor.el} uses the emms-mark to edit the tags of +selected tracks. Two functions are useful for the elisp programer to +handle marked tracks. @defun emms-mark-do-with-marked-track This function take a function to perform on all marked tracks. A |