summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/smie.el
diff options
context:
space:
mode:
authorAndrea Corallo <akrl@sdf.org>2021-03-25 16:29:07 +0100
committerAndrea Corallo <akrl@sdf.org>2021-03-25 16:29:07 +0100
commitc6c7b30e4b46bf0c8ac5e77546d3938e79f14d56 (patch)
tree77064f18e9e3b324050ff817f16d7bdb917b0514 /lisp/emacs-lisp/smie.el
parent92914ade6d3c74ab0a1a7b3820e4707fb0679977 (diff)
parent52a74604160387230c104e3305a5e08fa8c3fdf6 (diff)
downloademacs-c6c7b30e4b46bf0c8ac5e77546d3938e79f14d56.tar.gz
emacs-c6c7b30e4b46bf0c8ac5e77546d3938e79f14d56.tar.bz2
emacs-c6c7b30e4b46bf0c8ac5e77546d3938e79f14d56.zip
Merge remote-tracking branch 'savannah/master' into native-comp
Diffstat (limited to 'lisp/emacs-lisp/smie.el')
-rw-r--r--lisp/emacs-lisp/smie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el
index 44be9afbfae..994433063ce 100644
--- a/lisp/emacs-lisp/smie.el
+++ b/lisp/emacs-lisp/smie.el
@@ -63,7 +63,7 @@
;; building the 2D precedence tables and then computing the precedence levels
;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune
;; and Ceriel Jacobs (BookBody.pdf available at
-;; http://dickgrune.com/Books/PTAPG_1st_Edition/).
+;; https://dickgrune.com/Books/PTAPG_1st_Edition/).
;;
;; OTOH we had to kill many chickens, read many coffee grounds, and practice
;; untold numbers of black magic spells, to come up with the indentation code.