From b4e128b0cb257f135c995f331addbb611225b2cd Mon Sep 17 00:00:00 2001 From: Eshel Yaron Date: Thu, 30 Apr 2026 16:54:19 +0200 Subject: [PATCH] ; * lisp/emacs-lisp/let-alist.el (let-alist): Fix typo. --- lisp/emacs-lisp/let-alist.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/let-alist.el b/lisp/emacs-lisp/let-alist.el index 62465884d0a..3140e2b243d 100644 --- a/lisp/emacs-lisp/let-alist.el +++ b/lisp/emacs-lisp/let-alist.el @@ -121,7 +121,7 @@ symbol, and each cdr is the same symbol without the `.'." Dotted symbol is any symbol starting with a `.'. This macro creates let-bindings for dotted symbols that appear literally in BODY (whether or not they are actually used). It does not create bindings for dotted -symbols that are introdcued by macro-expansion in BODY. +symbols that are introduced by macro-expansion in BODY. A symbol of the form `.foo.N' where N is a natural number refers to the Nth element of the value that ALIST associates to key `foo'.