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

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

[elpa] externals/denote f0711a2bc3 7/9: Tweak 'denote-directory-files' d


From: ELPA Syncer
Subject: [elpa] externals/denote f0711a2bc3 7/9: Tweak 'denote-directory-files' doc string
Date: Thu, 30 Nov 2023 03:57:58 -0500 (EST)

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

    Tweak 'denote-directory-files' doc string
---
 denote.el | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/denote.el b/denote.el
index 3236daf807..3fb3faba96 100644
--- a/denote.el
+++ b/denote.el
@@ -806,13 +806,14 @@ include file types that are not implied by 
`denote-file-type'.
 Remember that the variable `denote-directory' accepts a dir-local
 value, as explained in its doc string.
 
-With optional FILES-MATCHING-REGEXP, restrict files to those matching regexp.
+With optional FILES-MATCHING-REGEXP, restrict files to those
+matching the given regular expression.
 
-With optional OMIT-CURRENT, do not include the current Denote
-file in the returned list.
+With optional OMIT-CURRENT as a non-nil value, do not include the
+current Denote file in the returned list.
 
-With optional TEXT-ONLY, limit the results to text files using
-`denote-file-is-note-p'."
+With optional TEXT-ONLY as a non-nil value, limit the results to
+text files that satisfy `denote-file-is-note-p'."
   (let ((files (mapcar
                 #'expand-file-name
                 (seq-filter



reply via email to

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