summaryrefslogtreecommitdiff
path: root/bog.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-12-11 00:07:09 -0500
committerKyle Meyer <kyle@kyleam.com>2014-12-11 00:07:09 -0500
commitf3cf581bb2e7ffc4a557c1264ad75cb4905fcab5 (patch)
tree08ac963869f6eb15b3205e12d54273f147580523 /bog.el
parentff39dd23e727d7d0c31535254653a1de7ab4ef1b (diff)
downloadbog-f3cf581bb2e7ffc4a557c1264ad75cb4905fcab5.tar.gz
Clarify bog-citekey-file-name-separators docstring
Diffstat (limited to 'bog.el')
-rw-r--r--bog.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bog.el b/bog.el
index 11bca3d..d592e45 100644
--- a/bog.el
+++ b/bog.el
@@ -126,7 +126,7 @@ This is only meaningful if `bog-find-citekey-bib-func' set to
:type 'string)
(defcustom bog-citekey-file-name-separators '("-" "_")
- "Characters allowed to follow the citekey in file names.
+ "Values allowed to follow the citekey in file names.
When `bog-find-citekey-file' is run on <citekey>, it will find
files with the format <citekey>.* and <citekey><sep>*.<ext>,
where <sep> is one of these characters.")