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

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

[elpa] externals/denote ebdacb3fea 073/355: Update doc string of denote-


From: ELPA Syncer
Subject: [elpa] externals/denote ebdacb3fea 073/355: Update doc string of denote-directory function
Date: Sun, 26 Jun 2022 23:58:02 -0400 (EDT)

branch: externals/denote
commit ebdacb3fea6e1d2e5bc11ac96ca181d2e7c9b9f5
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Update doc string of denote-directory function
---
 denote.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 80f4191812..a35960903d 100644
--- a/denote.el
+++ b/denote.el
@@ -127,7 +127,7 @@ specifiers."
 ;;;; File helper functions
 
 (defun denote-directory ()
-  "Valid name format for `denote-directory'."
+  "Return `denote-directory' as a proper directory path."
   (let ((path denote-directory))
     (unless (file-directory-p path)
       (make-directory path t))



reply via email to

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