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

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

[elpa] externals/denote 11fef925c0 03/14: Rework docstring of denote--di


From: ELPA Syncer
Subject: [elpa] externals/denote 11fef925c0 03/14: Rework docstring of denote--directory-files
Date: Mon, 15 Aug 2022 23:57:29 -0400 (EDT)

branch: externals/denote
commit 11fef925c0ac3c2d221cae4ee2488750b72b0e9a
Author: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>
Commit: Jean-Philippe Gagné Guay <jeanphilippe150@gmail.com>

    Rework docstring of denote--directory-files
---
 denote.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/denote.el b/denote.el
index d9af89a652..640bc8e0b9 100644
--- a/denote.el
+++ b/denote.el
@@ -481,7 +481,10 @@ FILE must be an absolute path."
        (denote--default-dir-has-denote-prefix)))
 
 (defun denote--directory-files ()
-  "List expanded note files."
+  "List expanded files in variable `denote-directory'.
+The returned files only need to have an identifier. They may
+include files that are not of a valid file type as specified by
+`denote-file-types'."
   (mapcar
    (lambda (s) (expand-file-name s))
    (seq-remove



reply via email to

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