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

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

[elpa] externals/denote a6303a6101 074/355: Update doc string of variabl


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

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

    Update doc string of variable 'denote-directory'
---
 denote.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index a35960903d..f1c5693101 100644
--- a/denote.el
+++ b/denote.el
@@ -42,7 +42,10 @@
 ;;;; User options
 
 (defcustom denote-directory (expand-file-name "~/Documents/notes/")
-  "Directory for storing personal notes."
+  "Directory for storing personal notes.
+If you intend to reference this variable in Lisp, consider using
+the function `denote-directory' instead: it returns the path as a
+directory."
   :group 'denote
   :type 'directory)
 



reply via email to

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