branch: externals/org
commit 6cb9d2ffeaa746f052b1fa38e9418ba5f2b9db78
Merge: 8b78d48 4b346e5
Author: Nicolas Goaziou <m...@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <m...@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 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