Skip to content

Commit

Permalink
* op-enhance.el: Fix checkdoc warnings
Browse files Browse the repository at this point in the history
(op/get-theme-dir): Fix the docstring, leaving a single sentence in
the first line.
  • Loading branch information
yantar92 committed Aug 26, 2023
1 parent e1788a8 commit aaae3f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions op-enhance.el
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@


(defun op/get-theme-dir ()
"Return the resource storage directory, it is determined by variable
`op/theme-root-directory' and `op/theme'."
"Return the resource storage directory.
It is determined by variable `op/theme-root-directory' and `op/theme'."
(file-name-as-directory
(expand-file-name
(format "%s/resources" (symbol-name op/theme))
Expand Down

0 comments on commit aaae3f1

Please sign in to comment.