diff options
author | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-26 11:10:17 +0100 |
---|---|---|
committer | Basil L. Contovounesios <contovob@tcd.ie> | 2020-06-26 11:10:17 +0100 |
commit | 6a4f69f959ee96e05ab48fb47aff8a6988b0005c (patch) | |
tree | 1526d7f91d298fee780e69609df69a2d4af05f1b | |
parent | 2dbe3ccb1bc5e94188a3c180165198ad63c1f1f9 (diff) | |
download | bog-6a4f69f959ee96e05ab48fb47aff8a6988b0005c.tar.gz |
bog-create-combined-bib: Fix typo in docstring
-rw-r--r-- | bog.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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))) |