branch: externals-release/org
commit 4b346e515726e5a37820fbe2d2acbc7bf7ae98f1
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>

    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 bbf2195..fd80ba9 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)))

Reply via email to