From 4b346e515726e5a37820fbe2d2acbc7bf7ae98f1 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 3 Oct 2021 23:23:37 +0200 Subject: [PATCH] oc: Fix typo in docstring * lisp/oc.el (org-cite-adjust-note): Fix typo. --- lisp/oc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/oc.el b/lisp/oc.el index bbf2195fb..fd80ba9dc 100644 --- a/lisp/oc.el +++ b/lisp/oc.el @@ -883,7 +883,7 @@ When nil, it defaults to `org-cite-punctuation-marks'. Parse tree is modified by side-effect. Note: when calling both `org-cite-adjust-note' and `org-cite-wrap-citation' on -the same object, call `org-cite-adjust-punctuation' first." +the same object, call `org-cite-adjust-note' first." (when org-cite-adjust-note-numbers (pcase-let* ((rule (or rule (org-cite--get-note-rule info))) (punct-re (regexp-opt (or punct org-cite-punctuation-marks)))