diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-12-10 23:33:10 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-12-10 23:33:10 -0500 |
commit | c2bf5263c13f1585a9c151c688947bcdb53c00e1 (patch) | |
tree | de3e25226ab479fd774da00cdf331828b308ec56 | |
parent | 75b81b6593abeb392d155712734bb5433376aa6d (diff) | |
download | bog-c2bf5263c13f1585a9c151c688947bcdb53c00e1.tar.gz |
Modify bog-citekey-format docstring
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ (defcustom bog-citekey-format "\\([a-z]+[-a-z]*\\)\\([0-9]\\{4\\}\\)\\([a-z][a-z0-9]*\\)" - "Regex used to match study citekey. + "Regular expression used to match study citekey. By default, this matches any sequence of lower case letters (allowing hyphenation) that is followed by 4 digits and |