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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/denote 9871d5b2ab 34/44: Rewrite denote-sequence-new-si


From: ELPA Syncer
Subject: [elpa] externals/denote 9871d5b2ab 34/44: Rewrite denote-sequence-new-sibling doc string
Date: Wed, 1 Jan 2025 03:57:50 -0500 (EST)

branch: externals/denote
commit 9871d5b2ab87f3f6f7f8f88493bd2eb62c9074be
Author: Protesilaos Stavrou <info@protesilaos.com>
Commit: Protesilaos Stavrou <info@protesilaos.com>

    Rewrite denote-sequence-new-sibling doc string
---
 denote-sequence.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index b004e36d8e..997d552a42 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -287,7 +287,9 @@ Files available at the minibuffer prompt are those returned 
by
 
 ;;;###autoload
 (defun denote-sequence-new-sibling (sequence)
-  "Convenience wrapper of `denote-sequence' to create new sibling of SEQUENCE."
+  "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))))
   (let* ((new-sequence (denote-sequence-get 'sibling sequence))
          (denote-use-signature new-sequence))



reply via email to

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