branch: externals/emms commit a93815048fc38707edc1115fcca05eac208173bd Author: Yoni Rabkin <y...@gnu.org> Commit: Yoni Rabkin <y...@gnu.org>
* doc/emms.texinfo: Fix typo in `emms-playlist-next` function patch by Rehan Daphedar --- AUTHORS | 1 + doc/emms.texinfo | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/AUTHORS b/AUTHORS index 70834e3f83..d6a9ac2b79 100644 --- a/AUTHORS +++ b/AUTHORS @@ -72,6 +72,7 @@ Luca Capello <l...@pca.it> Mandar Mitra Maxim Cournoyer Pavel Korytov +Rehan Daphedar Ryan Van Wagoner Sascha Wilde <wi...@sha-bang.de> Scarlett McAllister diff --git a/doc/emms.texinfo b/doc/emms.texinfo index a6aac35a1f..43d474dd9e 100644 --- a/doc/emms.texinfo +++ b/doc/emms.texinfo @@ -722,7 +722,7 @@ player is playing. This is a good function to put in @code{emms-player-finished-hook}. @end defun @defun emms-playlist-next -Move to the previous track in the current buffer. +Move to the next track in the current buffer. @end defun @defun emms-playlist-previous Move to the previous track in the current buffer.