diff options
author | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 11:17:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefankangas@gmail.com> | 2022-10-15 13:06:45 +0200 |
commit | 3187225416c66061b67e89092addc15cad2202b9 (patch) | |
tree | c751643b41773edaa5b117345ee4a1e68501303b /lisp/textmodes/less-css-mode.el | |
parent | 34bb39964d605d60284c17441a2478e003029ce2 (diff) | |
download | emacs-3187225416c66061b67e89092addc15cad2202b9.tar.gz emacs-3187225416c66061b67e89092addc15cad2202b9.tar.bz2 emacs-3187225416c66061b67e89092addc15cad2202b9.zip |
; Prefer HTTPS to HTTP in many URLs
Diffstat (limited to 'lisp/textmodes/less-css-mode.el')
-rw-r--r-- | lisp/textmodes/less-css-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. ;; |