(docs): remove redundant word in docstring (#626)

This commit is contained in:
Günter Zöchbauer
2020-05-14 13:04:59 +02:00
committed by GitHub
parent e55a38530d
commit abb36d11ef

View File

@ -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)