diff options
Diffstat (limited to 'bog.el')
-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.") |