branch: externals/denote commit 885aedc3d7375d0694915ea666156a21192bc71f Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Remove needless detail from doc string --- denote.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/denote.el b/denote.el index e1937b2a3b..85c2e3da0c 100644 --- a/denote.el +++ b/denote.el @@ -398,8 +398,7 @@ trailing hyphen." (zerop (or (file-attribute-size (file-attributes file)) 0))) (defun denote--only-note-p (file) - "Make sure FILE is an actual Denote note. -FILE is relative to the variable `denote-directory'." + "Make sure FILE is an actual Denote note." (let ((file-name (file-name-nondirectory file))) (and (not (file-directory-p file)) (file-regular-p file)