summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-11-22 03:07:34 -0500
committerKyle Meyer <kyle@kyleam.com>2014-11-22 03:07:34 -0500
commitd2c36b3bf617917ad4957081089e77db1a9ebb0d (patch)
tree918f4fc301d02d32d20351c48dbcd558f29a1be2
parent66eb591faa7a49a5775a0869e205214511551034 (diff)
downloadbog-d2c36b3bf617917ad4957081089e77db1a9ebb0d.tar.gz
bog-find-citekey-bib-func: Reword docstring
-rw-r--r--bog.el9
1 files changed, 5 insertions, 4 deletions
diff --git a/bog.el b/bog.el
index 06be87d..56f6b58 100644
--- a/bog.el
+++ b/bog.el
@@ -104,11 +104,12 @@ rename."
(defcustom bog-find-citekey-bib-func 'bog-find-citekey-bib-file
"Function used to find BibTeX entry for citekey.
-Default is `bog-find-citekey-bib-file' that locates single entry
-BibTeX files in `bog-bib-directory'.
+Default is `bog-find-citekey-bib-file', which locates single
+entry BibTeX files in `bog-bib-directory'.
-The other option is `bog-find-citekey-entry' that searches within
-a single BibTeX file, `bog-bib-file', for the citekey entry."
+The other option is `bog-find-citekey-entry', which searches
+within a single BibTeX file, `bog-bib-file', for the citekey
+entry."
:group 'bog
:type 'function)