branch: elpa/subed
commit 5f1ad41495cf9fcbef37d9a0cfb033818d824ca7
Author: Random User <rnd...@posteo.de>
Commit: Random User <rnd...@posteo.de>

    "mpv" instead of "MPV" (see `man mpv`, https://mpv.io etc)
---
 subed/subed-mpv.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/subed/subed-mpv.el b/subed/subed-mpv.el
index bd706bc..c1f0609 100644
--- a/subed/subed-mpv.el
+++ b/subed/subed-mpv.el
@@ -336,7 +336,7 @@ See \"List of events\" in mpv(1)."
              (member (file-name-extension filename) subed-video-extensions)))))
 
 (defun subed-mpv--play (video)
-  "Open VIDEO and play it in MPV."
+  "Open VIDEO and play it in mpv."
   (when (subed-mpv--server-started-p)
     (subed-mpv-kill))
   (when (apply #'subed-mpv--server-start subed-mpv-arguments)
@@ -353,8 +353,8 @@ See \"List of events\" in mpv(1)."
 
 (defun subed-mpv-play-video-from-url (url)
   "Open video file from URL in mpv.
-See the MPV manual for a list of supported URL types. If you have
-youtube-dl installed, MPV can open videos from a variety of
+See the mpv manual for a list of supported URL types. If you have
+youtube-dl installed, mpv can open videos from a variety of
 hosting providers."
   (interactive "MURL: ")
   (subed-mpv--play url))

Reply via email to