From 6a4f69f959ee96e05ab48fb47aff8a6988b0005c Mon Sep 17 00:00:00 2001 From: "Basil L. Contovounesios" Date: Fri, 26 Jun 2020 11:10:17 +0100 Subject: bog-create-combined-bib: Fix typo in docstring --- bog.el | 4 ++-- 1 file 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))) -- cgit v1.2.3