diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-09-04 23:28:43 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-09-04 23:28:43 -0400 |
commit | d13639c25647c22379c0b98939ed016947caddd4 (patch) | |
tree | 160903a3b8d261bcedf17b3d9c140e9b8ed57d13 | |
parent | 707b84012b480ee671aef3e920e77128d51f2bf1 (diff) | |
download | bog-d13639c25647c22379c0b98939ed016947caddd4.tar.gz |
bog-create-combined-bib: Correct docstring
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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") |