diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:34 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-11-22 03:07:34 -0500 |
commit | d2c36b3bf617917ad4957081089e77db1a9ebb0d (patch) | |
tree | 918f4fc301d02d32d20351c48dbcd558f29a1be2 /bog.el | |
parent | 66eb591faa7a49a5775a0869e205214511551034 (diff) | |
download | bog-d2c36b3bf617917ad4957081089e77db1a9ebb0d.tar.gz |
bog-find-citekey-bib-func: Reword docstring
Diffstat (limited to 'bog.el')
-rw-r--r-- | bog.el | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -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) |