[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote e79411f71a 4/4: Reword the doc string of denote-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote e79411f71a 4/4: Reword the doc string of denote--file-type-org-capture-p |
Date: |
Mon, 25 Mar 2024 09:57:53 -0400 (EDT) |
branch: externals/denote
commit e79411f71af6876dbecf8562b067227e0e8aed98
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Reword the doc string of denote--file-type-org-capture-p
---
denote.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/denote.el b/denote.el
index 60e257367c..4ff5d1c707 100644
--- a/denote.el
+++ b/denote.el
@@ -2481,7 +2481,7 @@ See the format of `denote-file-types'."
denote-file-types))
(defun denote--file-type-org-capture-p ()
- "Return Org `denote-file-type' if this is an `org-capture' buffer."
+ "Return non-nil if this is an `org-capture' buffer."
(and (bound-and-true-p org-capture-mode)
(derived-mode-p 'org-mode)
(string-match-p "\\`CAPTURE.*\\.org" (buffer-name))))