diff --git a/pw-access.el b/pw-access.el index 67b1b35..18539a5 100644 --- a/pw-access.el +++ b/pw-access.el @@ -262,4 +262,8 @@ Note this interface may not work with all PipeWire versions.") (provide 'pw-access) +;; Local Variables: +;; checkdoc-force-docstrings-flag: nil +;; End: + ;;; pw-access.el ends here diff --git a/pw-lib.el b/pw-lib.el index 9c42877..d77f2d0 100644 --- a/pw-lib.el +++ b/pw-lib.el @@ -330,4 +330,8 @@ otherwise set the current default sink or source." (provide 'pw-lib) +;; Local Variables: +;; checkdoc-force-docstrings-flag: nil +;; End: + ;;; pw-lib.el ends here diff --git a/pw-ui.el b/pw-ui.el index 1cb46eb..4963101 100644 --- a/pw-ui.el +++ b/pw-ui.el @@ -431,4 +431,8 @@ applied on some of them or the buffer: (provide 'pw-ui) +;; Local Variables: +;; checkdoc-force-docstrings-flag: nil +;; End: + ;;; pw-ui.el ends here