branch: externals/denote
commit 6aaf3bfcb04c4a871cc2b761e46907f6f92ac8c3
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Clarify denote-sequence-get-all-sequences doc string
---
 denote-sequence.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/denote-sequence.el b/denote-sequence.el
index 1999232b9e..4c2826438c 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -96,6 +96,8 @@ With optional FILES return all sequences among them instead."
 
 (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'."
   (seq-filter

Reply via email to