emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/markchars 775e236e48: ; Prefer HTTPS to HTTP in URLs


From: Stefan Kangas
Subject: [elpa] externals/markchars 775e236e48: ; Prefer HTTPS to HTTP in URLs
Date: Wed, 21 Dec 2022 03:05:19 -0500 (EST)

branch: externals/markchars
commit 775e236e48d917e40b8c3884c2774c45fdbca771
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    ; Prefer HTTPS to HTTP in URLs
---
 markchars.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/markchars.el b/markchars.el
index 0c6d2ac2b5..79658224ea 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]