0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-29 20:37:51 +00:00

oc: Fix typo in docstring

* lisp/oc.el (org-cite-adjust-note): Fix typo.
This commit is contained in:
Nicolas Goaziou 2021-10-03 23:23:37 +02:00
parent 10dc9debb9
commit 4b346e5157

View file

@ -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)))