; Backport ELisp->Elisp fix to etc/NEWS to ease merging

Do not merge to master.
This commit is contained in:
Sean Whitton 2025-03-12 09:45:34 +08:00
parent 894b0e3a2f
commit c877acc261

View file

@ -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.