branch: externals/denote-sequence commit 16e243cf1ce285f4af4d2be5ce2ec6ce21378c63 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Add missing word in docstring of denote-sequence--get-new-sibling --- denote-sequence.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/denote-sequence.el b/denote-sequence.el index e894d9bf88..1bb5451140 100644 --- a/denote-sequence.el +++ b/denote-sequence.el @@ -674,7 +674,7 @@ function `denote-sequence-get-all-sequences-with-prefix'." (denote-sequence-join (butlast (denote-sequence-split sequence)) scheme)))) (defun denote-sequence--get-new-sibling (sequence &optional sequences) - "Return a new sibling SEQUENCE. + "Return a new sibling of SEQUENCE. Optional SEQUENCES has the same meaning as that specified in the function `denote-sequence-get-all-sequences-with-prefix'." (let* ((children-p (denote-sequence--children-implied-p sequence)))