summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)