]> git.eshelyaron.com Git - emacs.git/commit
Introduce 'let' using lexical binding in the Lisp Introduction
authorJim Porter <jporterbugs@gmail.com>
Thu, 26 Oct 2023 03:43:57 +0000 (20:43 -0700)
committerJim Porter <jporterbugs@gmail.com>
Tue, 9 Jan 2024 18:31:06 +0000 (10:31 -0800)
commitd58d0fa52ff22e147b8328759d5f0f762e15bbb5
treeb04b8c222ec615e716bebf5e0321e90e7a5b3cba
parent1b123972636d717241a38bcd6daa3e3f424fb8b0
Introduce 'let' using lexical binding in the Lisp Introduction

* doc/lispintro/emacs-lisp-intro.texi (Prevent confusion): Rework the
explanation to discuss how things work under lexical binding.
(How let Binds Variables): Describe the differences between lexical
and dynamic binding (including how to configure it).
(defvar): Mention that 'defvar' declares variables as always
dynamically-bound (bug#66756).
doc/lispintro/emacs-lisp-intro.texi