1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-08 22:34:06 -07:00

; * lisp/emacs-lisp/let-alist.el (let-alist): Fix typo.

This commit is contained in:
Eshel Yaron 2026-04-30 16:54:19 +02:00
parent 2db707cfd2
commit b4e128b0cb
No known key found for this signature in database
GPG key ID: EF3EE9CA35D78618

View file

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