1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-03 14:10:47 -08:00
emacs/doc
Jim Porter d58d0fa52f 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).
2024-01-09 10:31:06 -08:00
..
emacs * doc/emacs/back.texi: Fix a typo. 2024-01-06 18:51:22 +02:00
lispintro Introduce 'let' using lexical binding in the Lisp Introduction 2024-01-09 10:31:06 -08:00
lispref ; Improve documentation of 'buffer-match-p' 2024-01-06 11:15:31 +02:00
man ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00
misc ; Add 2024 to copyright years 2024-01-02 09:47:10 +08:00