branch: externals/denote commit 2eded970e99324ad668c3c2efc32a9967cdc7125 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Rewrite denote-sequence-new-child doc string --- denote-sequence.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/denote-sequence.el b/denote-sequence.el index 997d552a42..17f4dec02a 100644 --- a/denote-sequence.el +++ b/denote-sequence.el @@ -297,7 +297,9 @@ When called from Lisp, SEQUENCE is a string that conforms with ;;;###autoload (defun denote-sequence-new-child (sequence) - "Convenience wrapper of `denote-sequence' to create new child of SEQUENCE." + "Like `denote-sequence' to directly create new child 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 'child sequence)) (denote-use-signature new-sequence))