From abb36d11ef4b5b17913183e27f7af3e0e683b2b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Z=C3=B6chbauer?= Date: Thu, 14 May 2020 13:04:59 +0200 Subject: [PATCH] (docs): remove redundant word in docstring (#626) --- org-roam-doctor.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org-roam-doctor.el b/org-roam-doctor.el index 00aed07..5b7e009 100644 --- a/org-roam-doctor.el +++ b/org-roam-doctor.el @@ -205,7 +205,7 @@ CHECKER is a org-roam-doctor checker instance." ;;;###autoload (defun org-roam-doctor (&optional checkall) "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") (let ((files (if checkall (org-roam--list-all-files)