branch: externals/denote commit 9871d5b2ab87f3f6f7f8f88493bd2eb62c9074be Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@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))