summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2017-03-23 15:08:45 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2017-03-23 15:08:45 +0100
commitad839ba7258fb2040bcdf229f4705719d144c0a2 (patch)
tree88478c1db8e316506d52fe134489be0febdfdd8f
parent49797d96b97828a68d64fb71ae183bf14401dd54 (diff)
Update doc string of parsebib--get-target-field.
-rw-r--r--parsebib.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/parsebib.el b/parsebib.el
index 120ee6a..427a047 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -354,7 +354,8 @@ Inheritance is determined by INHERITANCES, which is an alist of
source/target pairs. If no inheritance should take place for
SOURCE-FIELD, the target in the relevant item in INHERITANCES is
the symbol `none'. If there is no item for SOURCE-FIELD in
-INHERITANCES, SOURCE-FIELD is returned."
+INHERITANCES, SOURCE-FIELD is returned. Note that it is valid
+for INHERITANCES to be nil."
;; Note: the argument INHERITANCES differs from the INHERITANCE argument in
;; the previous two functions. It is a simple alist of (source-field
;; . target-field) pairs.