diff options
| -rw-r--r-- | markchars.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/markchars.el b/markchars.el index 0c6d2ac..7965822 100644 --- a/markchars.el +++ b/markchars.el @@ -23,7 +23,7 @@ ;; where they may be confused with regular chars. See `markchars-mode' ;; and `markchars-what'. There are two modes: confusable detection ;; (where we look for mixed scripts within a word, without using the -;; http://www.unicode.org/reports/tr39/ confusable tables) and pattern +;; https://www.unicode.org/reports/tr39/ confusable tables) and pattern ;; detection (where any regular expressions can be matched). ;; ;; The marked text will have the 'markchars property set to either |
