]> git.eshelyaron.com Git - emacs.git/commitdiff
Tweak the DOI URL and the description
authorDmitry Gutov <dmitry@gutov.dev>
Wed, 25 Oct 2023 23:38:56 +0000 (02:38 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Wed, 25 Oct 2023 23:39:12 +0000 (02:39 +0300)
* lisp/emacs-lisp/smie.el: Use a friendlier (HTTPS) DOI URL.  And
fix the year in the description.

lisp/emacs-lisp/smie.el

index 19a0c22027a945d5bdbb2f6071002cd862a6162b..2bc7674b8bfed8884d0fbfcae591b795f96239a2 100644 (file)
@@ -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, <Programming> Journal 2020, volume 5, issue 1.
-;;     doi: 10.22152/programming-journal.org/2021/5/1
+;;     Stefan Monnier, <Programming> 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