From c70124a0bc28027f98ccea103a0d89340898d71f Mon Sep 17 00:00:00 2001 From: Pierre Neidhardt Date: Wed, 6 Jun 2018 13:47:07 +0200 Subject: * lisp/emms-player-mpv.el: Use capitals and imperative form in docstrings --- lisp/emms-player-mpv.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisp') 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 -- cgit v1.2.3