emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 885aedc3d7: Remove needless detail from doc stri


From: ELPA Syncer
Subject: [elpa] externals/denote 885aedc3d7: Remove needless detail from doc string
Date: Mon, 25 Jul 2022 23:57:27 -0400 (EDT)

branch: externals/denote
commit 885aedc3d7375d0694915ea666156a21192bc71f
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]