From c877acc261b6b7aa631e2e175d53920ef3f2104b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 12 Mar 2025 09:45:34 +0800 Subject: [PATCH] ; Backport ELisp->Elisp fix to etc/NEWS to ease merging Do not merge to master. --- etc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/NEWS b/etc/NEWS index 906deb07212..dfe4c65f1dd 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2390,7 +2390,7 @@ This line typically looks something like ;;; My little pony mode -*- lexical-binding: t -*- -It is needed to inform the compiler about which dialect of ELisp +It is needed to inform the compiler about which dialect of Elisp your code is using: the modern dialect with lexical binding or the old dialect with only dynamic binding.