summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2017-03-23 01:42:33 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2017-03-23 01:42:33 +0100
commita848d49039f19a8fd69e81985e95320f369a2db0 (patch)
treee47eb8f51e8f3735a0ce9768b41b9d1c16437e6d /README.md
parent3233b4e68a4948abe69bf8739d02b0468f9cd554 (diff)
Small fix in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8b37fac..05a8f27 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ If the variable `inheritance` is present, cross-references among entries are res
Collect all `@string` definitions in the current buffer and return them as a hash table. The variable `hash` can be used to provide a hash table to store the definitions in. If it is `nil`, a new hash table is created.
-The argument `expand-strings` is a boolean value. If non-nil, any abbreviations found in the string expansions are expanded against the `@string` definitions appearing earlier in the `.bib` file and against `@string` definitions in `hash`, if provided.
+The argument `expand-strings` is a boolean value. If non-nil, any abbreviations found in the string definitions are expanded against the `@string` definitions appearing earlier in the `.bib` file and against `@string` definitions in `hash`, if provided.
### `parsebib-collect-preambles` ###