From 33fbb2ba1a84e253660a162a01782d95549eea98 Mon Sep 17 00:00:00 2001 From: Milan Zamazal Date: Sat, 16 Jul 2022 20:12:05 +0200 Subject: [PATCH] Rephrase docstrings starting with lower cases to stop checkdoc complaints --- pw-access.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pw-access.el b/pw-access.el index 259bcde..12b92db 100644 --- a/pw-access.el +++ b/pw-access.el @@ -134,15 +134,15 @@ CLASS is a PipeWire interface, see symbol `pw-accessor'.") ;; pw-cli interface (defvar pw-cli-command "pw-cli" - "pw-cli command to use.") + "Command to invoke pw-cli.") (defvar pw-cli-metadata-command "pw-metadata" - "pw-metadata command to use.") + "Command to invoke pw-metadata.") (defclass pw-cli-accessor (pw-accessor) () :documentation - "pw-cli based interface to PipeWire. + "Command line based interface to PipeWire. Note this interface may not work with all PipeWire versions.") (defun pw-cli--command (command args)