diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-05-23 01:45:11 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-05-23 01:45:11 -0400 |
commit | a6b8946e81e07d4dd845c28e5ae136cd78105cd8 (patch) | |
tree | 8eee5fb5dc56e25c7a3590ad161e0d49e47e8281 | |
parent | 03f149be4664635bf0d203c8d5fe92d9800889b9 (diff) | |
download | bog-a6b8946e81e07d4dd845c28e5ae136cd78105cd8.tar.gz |
bog-citekey-format: Clarify allowed boundaries
-rw-r--r-- | bog.el | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,8 +61,8 @@ By default, this matches any sequence of lower case letters (allowing hyphenation) that is followed by 4 digits and then lower case letters. -The format must be anchored by '\\b' and should be restricted to -letters, digits, '-', and '_'. +The format should be restricted to word characters and anchored +by word boundaries (i.e. '\\b..\\b' or '\\\\=<..\\>'). This is case-sensitive (i.e., `case-fold-search' will be set to nil). |