branch: externals/denote-sequence
commit 66e76b684801af743d8ef1e3130c4da84cc5ab1e
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>
Reword the doc string of denote-sequence-reparent-recursive
---
denote-sequence.el | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/denote-sequence.el b/denote-sequence.el
index 0cd1723d7d..fc537fd244 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -1259,9 +1259,8 @@ the target sequence."
(defun denote-sequence-reparent-recursive (current-file file-with-sequence)
"Re-parent CURRENT-FILE and all its descendants to FILE-WITH-SEQUENCE.
-
-This is a convenience wrapper around `denote-sequence-reparent' that
-forces recursive behaviour by simulating a universal argument."
+This is a convenience wrapper around `denote-sequence-reparent' to force
+the recursive behaviour."
(interactive
(list
(denote-sequence--get-current-file-for-renaming)