diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2023-12-03 23:31:30 +0100 |
commit | 5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567 (patch) | |
tree | 9da1bc8ef27afceea49d2a554ba1f6eaca5b9694 /lisp/org/oc-biblatex.el | |
parent | a1f88963f5d185551af143c0faa7854519706858 (diff) | |
download | emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.gz emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.tar.bz2 emacs-5f923ff1a6a8a9ff6f06dc49c8e0e2ceee111567.zip |
; Fix typos
Diffstat (limited to 'lisp/org/oc-biblatex.el')
-rw-r--r-- | lisp/org/oc-biblatex.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/oc-biblatex.el b/lisp/org/oc-biblatex.el index b2d31f0f635..0ed5459a66d 100644 --- a/lisp/org/oc-biblatex.el +++ b/lisp/org/oc-biblatex.el @@ -26,7 +26,7 @@ ;; The processor relies on "biblatex" LaTeX package. As such it ensures that ;; the package is properly required in the document's preamble. More -;; accurately, it will re-use any "\usepackage{biblatex}" already present in +;; accurately, it will reuse any "\usepackage{biblatex}" already present in ;; the document (e.g., through `org-latex-packages-alist'), or insert one using ;; options defined in `org-cite-biblatex-options'. |