summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2016-05-23 01:45:11 -0400
committerKyle Meyer <kyle@kyleam.com>2016-05-23 01:45:11 -0400
commita6b8946e81e07d4dd845c28e5ae136cd78105cd8 (patch)
tree8eee5fb5dc56e25c7a3590ad161e0d49e47e8281
parent03f149be4664635bf0d203c8d5fe92d9800889b9 (diff)
downloadbog-a6b8946e81e07d4dd845c28e5ae136cd78105cd8.tar.gz
bog-citekey-format: Clarify allowed boundaries
-rw-r--r--bog.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/bog.el b/bog.el
index 6e5adc2..9e868ba 100644
--- a/bog.el
+++ b/bog.el
@@ -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).