summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2015-09-04 23:28:43 -0400
committerKyle Meyer <kyle@kyleam.com>2015-09-04 23:28:43 -0400
commitd13639c25647c22379c0b98939ed016947caddd4 (patch)
tree160903a3b8d261bcedf17b3d9c140e9b8ed57d13
parent707b84012b480ee671aef3e920e77128d51f2bf1 (diff)
downloadbog-d13639c25647c22379c0b98939ed016947caddd4.tar.gz
bog-create-combined-bib: Correct docstring
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 6e22c1a..57dad92 100644
--- a/bog.el
+++ b/bog.el
@@ -772,7 +772,7 @@ one entry per BibTeX file."
;;;###autoload
(defun bog-create-combined-bib (&optional arg)
- "Create buffer that has entries for all citekeys in buffer.
+ "Create a buffer that has entries for a collection of citekeys.
If in Dired, collect citekeys from marked (or next ARG) files.
Otherwise, collect citekeys the current buffer."
(interactive "p")