mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -05:00
(docs): remove redundant word in docstring (#626)
This commit is contained in:
@ -205,7 +205,7 @@ CHECKER is a org-roam-doctor checker instance."
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun org-roam-doctor (&optional checkall)
|
(defun org-roam-doctor (&optional checkall)
|
||||||
"Perform a check on the current buffer to ensure cleanliness.
|
"Perform a check on the current buffer to ensure cleanliness.
|
||||||
If CHECKALL, run the check only for all Org-roam files."
|
If CHECKALL, run the check for all Org-roam files."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(let ((files (if checkall
|
(let ((files (if checkall
|
||||||
(org-roam--list-all-files)
|
(org-roam--list-all-files)
|
||||||
|
Reference in New Issue
Block a user