diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 00:07:09 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-11 00:07:09 -0500 |
commit | f3cf581bb2e7ffc4a557c1264ad75cb4905fcab5 (patch) | |
tree | 08ac963869f6eb15b3205e12d54273f147580523 | |
parent | ff39dd23e727d7d0c31535254653a1de7ab4ef1b (diff) | |
download | bog-f3cf581bb2e7ffc4a557c1264ad75cb4905fcab5.tar.gz |
Clarify bog-citekey-file-name-separators docstring
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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.") |