aboutsummaryrefslogtreecommitdiff
path: root/lisp/emms-player-mpv.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2018-06-06 13:47:07 +0200
committerPierre Neidhardt <ambrevar@gmail.com>2018-06-06 13:47:07 +0200
commitc70124a0bc28027f98ccea103a0d89340898d71f (patch)
tree10903f2aefc6d075620c322d470b5556f525421d /lisp/emms-player-mpv.el
parent377bc595f51cedb0717bfe9fbe3da11db166fb09 (diff)
* lisp/emms-player-mpv.el: Use capitals and imperative form in docstrings
Diffstat (limited to 'lisp/emms-player-mpv.el')
-rw-r--r--lisp/emms-player-mpv.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/emms-player-mpv.el b/lisp/emms-player-mpv.el
index e3fb52e..fdf64b6 100644
--- a/lisp/emms-player-mpv.el
+++ b/lisp/emms-player-mpv.el
@@ -476,7 +476,7 @@ writing to a named pipe (fifo) file/node or signal error."
(emms-player-mpv-ipc-fifo-cmd cmd emms-player-mpv-ipc-proc))))
(defun emms-player-mpv-ipc-init ()
- "initialize new mpv ipc socket/file process and associated state."
+ "Initialize new mpv ipc socket/file process and associated state."
(emms-player-mpv-ipc-stop)
(emms-player-mpv-debug-msg "ipc: init")
(if (emms-player-mpv-ipc-fifo-p)
@@ -500,8 +500,8 @@ writing to a named pipe (fifo) file/node or signal error."
(setq emms-player-mpv-ipc-proc nil)))
(defun emms-player-mpv-ipc ()
- "Returns open ipc socket/fifo process or nil, (re-)starting mpv/connection if necessary.
-Will return nil when starting async process/connection, and any follow-up
+ "Return open IPC socket/fifo process or nil, (re-)starting mpv/connection if necessary.
+Return nil when starting async process/connection, and any follow-up
command should be stored to `emms-player-mpv-ipc-connect-command' in this case."
(unless
;; Don't start idle processes for fifo - just ignore all ipc requests there