[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
- [elpa] externals/denote updated (97f34bdc0c -> 2fadb5e7ea), ELPA Syncer, 2023/11/30
- [elpa] externals/denote f9a97d647b 2/9: Merge branch 'denote-directory-files' of https://github.com/jeanphilippegg/denote into jeanphilippegg-denote-directory-files, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 6f23a09804 6/9: Add commentary to the 'make-obsolete' of the 'denote-directory-files' variants, ELPA Syncer, 2023/11/30
- [elpa] externals/denote b6235ff099 4/9: Tweak manual's entry about 'denote-directory-files', ELPA Syncer, 2023/11/30
- [elpa] externals/denote 2fadb5e7ea 9/9: Make denote-org-dblock-add-files use new denote-directory-files, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 57c177696e 1/9: Refactor denote-directory-files and deprecate functions, ELPA Syncer, 2023/11/30
- [elpa] externals/denote 02647460cd 8/9: Merge branch 'new-denote-directory-files', ELPA Syncer, 2023/11/30
- [elpa] externals/denote f0711a2bc3 7/9: Tweak 'denote-directory-files' doc string,
ELPA Syncer <=
- [elpa] externals/denote 47bda788b0 5/9: Ensure double spacing for three docstring sentences, ELPA Syncer, 2023/11/30
- [elpa] externals/denote b4446f39a9 3/9: Use the new 'denote-directory-files' in denote-sort.el, ELPA Syncer, 2023/11/30