emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals-release/org 4b346e5: oc: Fix typo in docstring


From: ELPA Syncer
Subject: [elpa] externals-release/org 4b346e5: oc: Fix typo in docstring
Date: Sun, 3 Oct 2021 17:57:18 -0400 (EDT)

branch: externals-release/org
commit 4b346e515726e5a37820fbe2d2acbc7bf7ae98f1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@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

[Prev in Thread] Current Thread [Next in Thread]