[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))
- [elpa] externals/denote cdba50e984 33/44: Rewrite the doc string of denote-sequence-new-parent and let it work from Lisp, (continued)
- [elpa] externals/denote cdba50e984 33/44: Rewrite the doc string of denote-sequence-new-parent and let it work from Lisp, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 35fc16ec30 17/44: Define denote-sequence-depth function, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 6fe68be094 30/44: Fix denote-sequence-file-prompt indentation, ELPA Syncer, 2025/01/01
- [elpa] externals/denote c72e535a04 09/44: Make denote-sequence--get-new-parent work if there are no sequences, ELPA Syncer, 2025/01/01
- [elpa] externals/denote c5438dfdb3 10/44: Make denote-sequence-file-prompt err if there are no sequence notes, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 265b0401a0 14/44: Add TODO for a possible cl-letf in 'denote-sequence', ELPA Syncer, 2025/01/01
- [elpa] externals/denote cd772dad09 27/44: Add TODO for possibly sharing state between some tests, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 2eded970e9 35/44: Rewrite denote-sequence-new-child doc string, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 6c5858c72b 12/44: Reword denote-sequence doc sentence to not exceed 80 characters, ELPA Syncer, 2025/01/01
- [elpa] externals/denote b933238dcb 13/44: Rewrite the second parameter of 'denote-sequence' to avoid confusion, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 9871d5b2ab 34/44: Rewrite denote-sequence-new-sibling doc string,
ELPA Syncer <=
- [elpa] externals/denote df24b3639b 07/44: Tweak the defgroup of denote-sequence, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 608e0e880b 42/44: Define denote-sequence-get-all-files-with-prefix, ELPA Syncer, 2025/01/01
- [elpa] externals/denote 383a610399 41/44: Make denote-test.el use Elisp shorthands, ELPA Syncer, 2025/01/01