diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 03:01:38 +0000 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2014-11-29 03:01:38 +0000 |
commit | b94c5c90715b7440f1dfab5cba11f95e0a8e45a0 (patch) | |
tree | 037ab180b5b579ed32063896b0f71d4a9fe8a738 | |
parent | 4c8bfae0bc49a639509a672712e773dc6d0ba8b0 (diff) |
Whitespace
-rw-r--r-- | sx-question-print.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sx-question-print.el b/sx-question-print.el index f08664d..0959f36 100644 --- a/sx-question-print.el +++ b/sx-question-print.el @@ -318,7 +318,7 @@ where `value' is given `face' as its face. (defvar sx-question-mode--reference-regexp (rx line-start (0+ blank) "[%s]:" (0+ blank) - (group-n 1 (1+ (not blank)))) + (group-n 1 (1+ (not blank)))) "Regexp used to find the url of labeled links. E.g.: [1]: https://...") |