Rephrase docstrings starting with lower cases to stop checkdoc complaints

This commit is contained in:
Milan Zamazal 2022-07-16 20:12:05 +02:00
parent 07e8456ce4
commit 33fbb2ba1a
1 changed files with 3 additions and 3 deletions

View File

@ -134,15 +134,15 @@ CLASS is a PipeWire interface, see symbol `pw-accessor'.")
;; pw-cli interface ;; pw-cli interface
(defvar pw-cli-command "pw-cli" (defvar pw-cli-command "pw-cli"
"pw-cli command to use.") "Command to invoke pw-cli.")
(defvar pw-cli-metadata-command "pw-metadata" (defvar pw-cli-metadata-command "pw-metadata"
"pw-metadata command to use.") "Command to invoke pw-metadata.")
(defclass pw-cli-accessor (pw-accessor) (defclass pw-cli-accessor (pw-accessor)
() ()
:documentation :documentation
"pw-cli based interface to PipeWire. "Command line based interface to PipeWire.
Note this interface may not work with all PipeWire versions.") Note this interface may not work with all PipeWire versions.")
(defun pw-cli--command (command args) (defun pw-cli--command (command args)