branch: externals/denote
commit cdba50e984a39249411a2a773e43975ecd5900f2
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Rewrite the doc string of denote-sequence-new-parent and let it work from 
Lisp
---
 denote-sequence.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index bde75c6b04..b004e36d8e 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -279,8 +279,7 @@ Files available at the minibuffer prompt are those returned 
by
 
 ;;;###autoload
 (defun denote-sequence-new-parent ()
-  "Convenience wrapper of `denote-sequence' to create new parent."
-  (declare (interactive-only t))
+  "Like `denote-sequence' to directly create new parent."
   (interactive)
   (let* ((new-sequence (denote-sequence-get 'parent))
          (denote-use-signature new-sequence))

Reply via email to