From 4606510f6540cbc03624779e4673eacf9df07a37 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 3 Jan 2026 09:24:29 +0100 Subject: [PATCH] ; * src/lread.c (Feval_buffer): Fix typo in docstring. --- src/lread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lread.c b/src/lread.c index 6970b382e4e..85c0c107e53 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2381,7 +2381,7 @@ variable and any -*- lexical-binding: t -*- settings in the buffer; if there is no such setting, and the buffer-local value of the variable is nil, the buffer will be -evaluated with the value of `lexical binding' equal to its +evaluated with the value of `lexical-binding' equal to its top-level default value, as returned by `default-toplevel-value'. This function preserves the position of point. */)