nit(org): punctuate docstrings

Plus minor grammar fix.
This commit is contained in:
Henrik Lissner 2024-07-14 18:19:03 -04:00
parent c616831a8f
commit ba3f30ef67
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -56,13 +56,13 @@ Is relative to `org-directory', unless it is absolute. Is used in Doom's default
"Default, centralized target for org-capture templates.") "Default, centralized target for org-capture templates.")
(defvar +org-habit-graph-padding 2 (defvar +org-habit-graph-padding 2
"The padding added to the end of the consistency graph") "The padding added to the end of the consistency graph.")
(defvar +org-habit-min-width 30 (defvar +org-habit-min-width 30
"Hides the consistency graph if the `org-habit-graph-column' is less than this value") "Hide the consistency graph if `org-habit-graph-column' is less than this.")
(defvar +org-habit-graph-window-ratio 0.3 (defvar +org-habit-graph-window-ratio 0.3
"The ratio of the consistency graphs relative to the window width") "The ratio of the consistency graphs relative to the window width.")
(defvar +org-startup-with-animated-gifs nil (defvar +org-startup-with-animated-gifs nil
"If non-nil, and the cursor is over a gif inline-image preview, animate it!") "If non-nil, and the cursor is over a gif inline-image preview, animate it!")