diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:05:10 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2022-12-21 09:05:10 +0100 |
| commit | 775e236e48d917e40b8c3884c2774c45fdbca771 (patch) | |
| tree | a98d529e58fe02137156161a5b3e5e3274741652 | |
| parent | 59fc5d527ba5d95e73a42ec7cb68593564c05d7b (diff) | |
; Prefer HTTPS to HTTP in URLsexternals/markchars
| -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 |
