From d2c36b3bf617917ad4957081089e77db1a9ebb0d Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Sat, 22 Nov 2014 03:07:34 -0500 Subject: bog-find-citekey-bib-func: Reword docstring --- bog.el | 9 +++++---- 1 file 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) -- cgit v1.2.3