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

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

[elpa] externals/denote 459294c84b 13/13: Refine doc string of denote-di


From: ELPA Syncer
Subject: [elpa] externals/denote 459294c84b 13/13: Refine doc string of denote-directory-files
Date: Wed, 14 Sep 2022 00:57:41 -0400 (EDT)

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

    Refine doc string of denote-directory-files
---
 denote.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index 0ea288d600..1d0a3e9446 100644
--- a/denote.el
+++ b/denote.el
@@ -501,7 +501,9 @@ FILE must be an absolute path."
 (defun denote-directory-files ()
   "List absolute file paths in variable `denote-directory'.
 The returned files only need to have an identifier.  This may
-include files that are not implied by `denote-file-types'."
+include files that are not implied by `denote-file-types'.
+Remember that the variable `denote-directory' accepts a dir-local
+value, as explained in its doc string."
   (mapcar
    #'expand-file-name
    (seq-remove



reply via email to

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