Rephrase docstrings starting with lower cases to stop checkdoc complaints
This commit is contained in:
parent
07e8456ce4
commit
33fbb2ba1a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user