branch: externals/denote-sequence
commit 786bc66f0c4dd57dd5f84a8a9e5f61a74eadf031
Author: Protesilaos Stavrou <i...@protesilaos.com>
Commit: Protesilaos Stavrou <i...@protesilaos.com>

    Rename denote-sequence--get-parent to denote-sequence--infer-parent
---
 denote-sequence.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/denote-sequence.el b/denote-sequence.el
index 481a7543b4..1087453157 100644
--- a/denote-sequence.el
+++ b/denote-sequence.el
@@ -320,7 +320,7 @@ This does not actually check if there are children in the 
variable
 `denote-directory', but only that SEQUENCE is greater than 1."
   (> (denote-sequence-depth sequence) 1))
 
-(defun denote-sequence--get-parent (sequence)
+(defun denote-sequence--infer-parent (sequence)
   "Return implied parent of SEQUENCE, else nil.
 Produce an error if SEQUENCE does not conform with `denote-sequence-p'.
 The implied check here has the same meaning as described in

Reply via email to