From a6b8946e81e07d4dd845c28e5ae136cd78105cd8 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 23 May 2016 01:45:11 -0400 Subject: bog-citekey-format: Clarify allowed boundaries --- bog.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bog.el') 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). -- cgit v1.2.3