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

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

[elpa] externals/org ee6e489: Merge branch 'bugfix'


From: ELPA Syncer
Subject: [elpa] externals/org ee6e489: Merge branch 'bugfix'
Date: Sun, 10 Oct 2021 17:57:21 -0400 (EDT)

branch: externals/org
commit ee6e4892a117ae219f03112a6ea6d8e44dbb7a65
Merge: 2fad7be 596ec7a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Commit: Nicolas Goaziou <mail@nicolasgoaziou.fr>

    Merge branch 'bugfix'
---
 lisp/oc-biblatex.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/oc-biblatex.el b/lisp/oc-biblatex.el
index c8aa96d..1a83bd0 100644
--- a/lisp/oc-biblatex.el
+++ b/lisp/oc-biblatex.el
@@ -212,8 +212,8 @@ PROPS is the local properties of the bibliography, as a 
property list."
 
 (defun org-cite-biblatex-export-citation (citation style _ info)
   "Export CITATION object.
-STYLE is the citation style, as a string or nil.  INFO is the export state, as
-a property list."
+STYLE is the citation style, as a pair of either strings or nil.
+INFO is the export state, as a property list."
   (apply
    #'org-cite-biblatex--command citation info
    (pcase style



reply via email to

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