emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 70e25298f16: Tweak the DOI URL and the description


From: Dmitry Gutov
Subject: master 70e25298f16: Tweak the DOI URL and the description
Date: Wed, 25 Oct 2023 19:39:21 -0400 (EDT)

branch: master
commit 70e25298f160ffec62e363056904b6238a87d4e0
Author: Dmitry Gutov <dmitry@gutov.dev>
Commit: Dmitry Gutov <dmitry@gutov.dev>

    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.
---
 lisp/emacs-lisp/smie.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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, <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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]