From 49797d96b97828a68d64fb71ae183bf14401dd54 Mon Sep 17 00:00:00 2001 From: Joost Kremers Date: Thu, 23 Mar 2017 15:05:07 +0100 Subject: Update doc string of parsebib-expand-xrefs. --- parsebib.el | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/parsebib.el b/parsebib.el index ab02061..120ee6a 100644 --- a/parsebib.el +++ b/parsebib.el @@ -303,11 +303,13 @@ multiple spaces in the string are replaced with a single space." "Expand cross-referencing items in ENTRIES. BibTeX entries in ENTRIES that have a `crossref' field are expanded with the fields in the cross-referenced entry. ENTRIES -is a hash table with entries, which is updated. INHERITANCE -indicated the inheritance schema. It can be a symbol `BibTeX' or -`biblatex', or it can be an explicit inheritance schema. See the -variable `parsebib--biblatex-inheritances' for details on the -structure of such an inheritance schema." +is a hash table with entries. This hash table is updated with +the new fields. The return value of this function is always nil. + +INHERITANCE indicates the inheritance schema. It can be a symbol +`BibTeX' or `biblatex', or it can be an explicit inheritance +schema. See the variable `parsebib--biblatex-inheritances' for +details on the structure of such an inheritance schema." (maphash (lambda (key fields) (let ((xref (cdr (assoc-string "crossref" fields)))) (when xref -- cgit v1.2.3