branch: externals/denote
commit a6303a61013b05e662c130d86f73b4d254ff9016
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@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