[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote 946dece0bc 5/9: Use corrent name of parameter in
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote 946dece0bc 5/9: Use corrent name of parameter in doc string of denote-sequence |
Date: |
Tue, 14 Jan 2025 00:57:59 -0500 (EST) |
branch: externals/denote
commit 946dece0bc93bfb3bd6634e5baf86a592328ee69
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Use corrent name of parameter in doc string of denote-sequence
---
denote-sequence.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index 67347fabd2..7faa600cda 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -600,7 +600,8 @@ completion candidates. Else use
`denote-sequence-get-all-files'."
;;;###autoload
(defun denote-sequence (type &optional file-with-sequence)
"Create a new sequence note of TYPE among `denote-sequence-types'.
-If TYPE is either `child' or `sibling', then it is an extension of SEQUENCE.
+If TYPE is either `child' or `sibling', then it is an extension of
+FILE-WITH-SEQUENCE.
When called interactively, prompt for TYPE and, when necessary, for
FILE-WITH-SEQUENCE whose sequence will be used to derive a new sequence.
- [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, 2025/01/14
- [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 <=
- [elpa] externals/denote e8d5f68609 7/9: Add TODO about a recursive denote-sequence-reparent, ELPA Syncer, 2025/01/14