[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/denote ba22e8d65b 7/8: Make the denote-sequence-new-sib
From: |
ELPA Syncer |
Subject: |
[elpa] externals/denote ba22e8d65b 7/8: Make the denote-sequence-new-sibling more informative |
Date: |
Fri, 3 Jan 2025 12:57:55 -0500 (EST) |
branch: externals/denote
commit ba22e8d65baa63d565dc9590e9cb9d62b26b2d79
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>
Make the denote-sequence-new-sibling more informative
---
denote-sequence.el | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index ac6aa424d0..831a5ff6a8 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -347,7 +347,10 @@ Files available at the minibuffer prompt are those
returned by
"Like `denote-sequence' to directly create new sibling of SEQUENCE.
When called from Lisp, SEQUENCE is a string that conforms with
`denote-sequence-p'."
- (interactive (list (denote-retrieve-filename-signature
(denote-sequence-file-prompt))))
+ (interactive
+ (list
+ (denote-retrieve-filename-signature
+ (denote-sequence-file-prompt "Make a new sibling of SEQUENCE"))))
(let* ((new-sequence (denote-sequence-get 'sibling sequence))
(denote-use-signature new-sequence))
(call-interactively 'denote)))
- [elpa] externals/denote updated (a3f635ff9d -> 13eee39873), ELPA Syncer, 2025/01/03
- [elpa] externals/denote 4d4b829e8e 1/8: Make the denote-sequence-depth-prompt prompt more informative, ELPA Syncer, 2025/01/03
- [elpa] externals/denote c32ff290ab 3/8: Make denote-sequence-depth-prompt accept optional PROMPT-TEXT parameter, ELPA Syncer, 2025/01/03
- [elpa] externals/denote 536a77bdee 4/8: Add missing prompt text from commit ee80737, ELPA Syncer, 2025/01/03
- [elpa] externals/denote 9ca42c5264 5/8: Make denote-sequence-link prompt more informative, ELPA Syncer, 2025/01/03
- [elpa] externals/denote ee80737526 2/8: Use a custom prompt text for prefix in denote-sequence-dired, ELPA Syncer, 2025/01/03
- [elpa] externals/denote ba22e8d65b 7/8: Make the denote-sequence-new-sibling more informative,
ELPA Syncer <=
- [elpa] externals/denote 02aac5336d 6/8: Make the denote-sequence prompt more informative depending on the selected type, ELPA Syncer, 2025/01/03
- [elpa] externals/denote 13eee39873 8/8: Make the denote-sequence-new-child more informative, ELPA Syncer, 2025/01/03