From: Dmitry Gutov Date: Wed, 25 Oct 2023 23:38:56 +0000 (+0300) Subject: Tweak the DOI URL and the description X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=70e25298f160ffec62e363056904b6238a87d4e0;p=emacs.git Tweak the DOI URL and the description * lisp/emacs-lisp/smie.el: Use a friendlier (HTTPS) DOI URL. And fix the year in the description. --- diff --git a/lisp/emacs-lisp/smie.el b/lisp/emacs-lisp/smie.el index 19a0c22027a..2bc7674b8bf 100644 --- a/lisp/emacs-lisp/smie.el +++ b/lisp/emacs-lisp/smie.el @@ -56,8 +56,8 @@ ;; which includes a kind of tutorial to get started with SMIE: ;; ;; SMIE: Weakness is Power! Auto-indentation with incomplete information -;; Stefan Monnier, Journal 2020, volume 5, issue 1. -;; doi: 10.22152/programming-journal.org/2021/5/1 +;; Stefan Monnier, Journal 2021, volume 5, issue 1. +;; doi: https://doi.org/10.22152/programming-journal.org/2021/5/1 ;; A good background to understand the development (especially the parts ;; building the 2D precedence tables and then computing the precedence levels