diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-01-19 21:23:55 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-01-19 21:23:55 -0500 |
commit | b3e008dee9fb0cb9db7714b6a904573ff21bed10 (patch) | |
tree | a9a4229edbbc88899aad94b2b8c9c4708a485520 | |
parent | af1b288db110667544ddc57eb79f6bf56ec632cb (diff) | |
download | bog-b3e008dee9fb0cb9db7714b6a904573ff21bed10.tar.gz |
Escape character in bog-citekey-format docstring
-rw-r--r-- | bog.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ 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 +The format must be anchored by '\\b' and should be restricted to letters, digits, '-', and '_'. This is case-sensitive (i.e., case-fold-search will be set to |