summaryrefslogtreecommitdiff
path: root/parsebib.el
diff options
context:
space:
mode:
authorJoost Kremers <joostkremers@fastmail.fm>2014-12-04 09:00:47 +0100
committerJoost Kremers <joostkremers@fastmail.fm>2014-12-04 09:00:47 +0100
commit2a4692fdde67f96d13c0b08b5b0dfef5337d6f97 (patch)
tree15e24c6ff2ef7d441dfc3b6bd8a404bd8e3f1446 /parsebib.el
parent4155f87988df7edbaa886d7a36ff9efb9a6c535c (diff)
Fix doc string of parsebib-find-next-item
Diffstat (limited to 'parsebib.el')
-rw-r--r--parsebib.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/parsebib.el b/parsebib.el
index e53a70f..c2176de 100644
--- a/parsebib.el
+++ b/parsebib.el
@@ -153,7 +153,7 @@ successful, point is placed right after the item's type, i.e.,
generally on the opening brace or parenthesis following the entry
type, \"@Comment\", \"@Preamble\" or \"@String\".
-The return value is the type of the entry. If no item is found,
+The return value is the type of the item. If no item is found,
nil is returned and point is left at the end of the buffer.
POS can be a number or a marker and defaults to point."