From 3187225416c66061b67e89092addc15cad2202b9 Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 15 Oct 2022 11:17:51 +0200 Subject: ; Prefer HTTPS to HTTP in many URLs --- lisp/textmodes/less-css-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/textmodes/less-css-mode.el') diff --git a/lisp/textmodes/less-css-mode.el b/lisp/textmodes/less-css-mode.el index 5d17b390f4d..bfb5566e896 100644 --- a/lisp/textmodes/less-css-mode.el +++ b/lisp/textmodes/less-css-mode.el @@ -24,7 +24,7 @@ ;;; Commentary: ;; This mode provides syntax highlighting for Less CSS files -;; (http://lesscss.org/), plus optional support for compilation of +;; (https://lesscss.org/), plus optional support for compilation of ;; .less files to .css files at the time they are saved: use ;; `less-css-compile-at-save' to enable this. ;; -- cgit v1.2.3