[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 69f23c9f95 3/9: Reeword denote-sequence-get-all-
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 69f23c9f95 3/9: Reeword denote-sequence-get-all-sequences-with-prefix doc string |
Date: |
Tue, 14 Jan 2025 00:57:58 -0500 (EST) |
branch: externals/denote
commit 69f23c9f95eaa61dedc630cfcff96f8440da0138
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Reeword denote-sequence-get-all-sequences-with-prefix doc string
---
denote-sequence.el | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index 75f7ef43e7..20df505418 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -372,10 +372,10 @@ A sequence is a Denote signature that conforms with
`denote-sequence-p'."
(defun denote-sequence-get-all-sequences-with-prefix (sequence &optional
sequences)
"Get all sequences which extend SEQUENCE.
-A sequence is a Denote signature that conforms with `denote-sequence-p'.
-
With optional SEQUENCES operate on those, else use the return value of
-`denote-sequence-get-all-sequences'."
+`denote-sequence-get-all-sequences'.
+
+A sequence is a Denote signature that conforms with `denote-sequence-p'."
(seq-filter
(lambda (string)
(string-prefix-p sequence string))
- [elpa] externals/denote updated (b596ca71ad -> 0381e59216), ELPA Syncer, 2025/01/14
- [elpa] externals/denote a7d0797c82 6/9: Remove a TODO about denote-sequence that pertains to sluggification, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 6ca703f463 2/9: Reword denote-sequence-get-all-sequences doc string, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 5992140c9a 4/9: Remove the needless denote-sequence--tail-alphanumeric-p, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 584235fe9f 8/9: Make denote-sequence-new-{child, sibling}-of-current also work for file in Dired, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 0381e59216 9/9: Clarify the denote-sequence-file-p doc string, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 69f23c9f95 3/9: Reeword denote-sequence-get-all-sequences-with-prefix doc string,
ELPA Syncer <=
- [elpa] externals/denote 705988ede0 1/9: Be consistent with the regexp group in two sequence functions, ELPA Syncer, 2025/01/14
- [elpa] externals/denote 946dece0bc 5/9: Use corrent name of parameter in doc string of denote-sequence, ELPA Syncer, 2025/01/14
- [elpa] externals/denote e8d5f68609 7/9: Add TODO about a recursive denote-sequence-reparent, ELPA Syncer, 2025/01/14