[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#64290: “named-let” doc bug?
From: |
Eli Zaretskii |
Subject: |
bug#64290: “named-let” doc bug? |
Date: |
Mon, 26 Jun 2023 15:19:35 +0300 |
> From: Shynur Xie <one.last.kiss@outlook.com>
> Date: Sun, 25 Jun 2023 23:16:41 +0000
> msip_labels:
>
> The following code seems fine semantically and grammatically:
>
> ;; -*- lexical-binding: nil; -*-
> (named-let f ((n 1))
> (dotimes (i n)
> (f 0)))
>
> But it throws error.
>
> Perhaps we should clarify that “‘named-let’ works as expected only
> when ‘lexical-binding’ is enabled” in relevant doc?
Stefan, any comments?