emacs-elpa-diffs
[Top][All Lists]
Advanced

[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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]