summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorBasil L. Contovounesios <contovob@tcd.ie>2020-06-26 11:10:17 +0100
committerBasil L. Contovounesios <contovob@tcd.ie>2020-06-26 11:10:17 +0100
commit6a4f69f959ee96e05ab48fb47aff8a6988b0005c (patch)
tree1526d7f91d298fee780e69609df69a2d4af05f1b /bog.el
parent2dbe3ccb1bc5e94188a3c180165198ad63c1f1f9 (diff)
downloadbog-6a4f69f959ee96e05ab48fb47aff8a6988b0005c.tar.gz
bog-create-combined-bib: Fix typo in docstring
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index 2e1d5d9..2785809 100644
--- a/bog.el
+++ b/bog.el
@@ -897,8 +897,8 @@ one entry per BibTeX file."
(defun bog-create-combined-bib (&optional arg)
"Create a buffer that has entries for a collection of citekeys.
If in Dired, collect citekeys from marked files. Otherwise,
-collect citekeys the current buffer. With prefix argument ARG,
-reverse the meaning of `bog-combined-bib-ignore-not-found'."
+collect citekeys from the current buffer. With prefix argument
+ARG, reverse the meaning of `bog-combined-bib-ignore-not-found'."
(interactive (list (if current-prefix-arg
(not bog-combined-bib-ignore-not-found)
bog-combined-bib-ignore-not-found)))