From 69564d049527c8c6e04fd8ae27b934b7b2a616d0 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 16 Jun 2025 12:24:00 +0200 Subject: [PATCH] Make checkdoc a bit more happy --- site-lisp/db-customize.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site-lisp/db-customize.el b/site-lisp/db-customize.el index 7b4fbd8..35ed5ce 100644 --- a/site-lisp/db-customize.el +++ b/site-lisp/db-customize.el @@ -144,7 +144,7 @@ in the main agenda view." :type '(choice (const nil) file)) (defcustom db/org-default-pensieve-file nil - "Path to default org-mode file for private notes." + "Path to default Org mode file for private notes." :group 'personal-settings :type '(choice (const nil) file))