aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMichael Albinus2026-01-03 09:24:29 +0100
committerMichael Albinus2026-01-03 09:24:29 +0100
commit4606510f6540cbc03624779e4673eacf9df07a37 (patch)
tree52def0d6750426996bf603e8bb31cf7069c4d64d /src
parentdc26b0992ab8a294ea632dde8e2ce8904f599911 (diff)
downloademacs-4606510f6540cbc03624779e4673eacf9df07a37.tar.gz
emacs-4606510f6540cbc03624779e4673eacf9df07a37.zip
; * src/lread.c (Feval_buffer): Fix typo in docstring.
Diffstat (limited to 'src')
-rw-r--r--src/lread.c2
1 files changed, 1 insertions, 1 deletions
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
2381 -*- lexical-binding: t -*- 2381 -*- lexical-binding: t -*-
2382settings in the buffer; if there is no such setting, and the 2382settings in the buffer; if there is no such setting, and the
2383buffer-local value of the variable is nil, the buffer will be 2383buffer-local value of the variable is nil, the buffer will be
2384evaluated with the value of `lexical binding' equal to its 2384evaluated with the value of `lexical-binding' equal to its
2385top-level default value, as returned by `default-toplevel-value'. 2385top-level default value, as returned by `default-toplevel-value'.
2386 2386
2387This function preserves the position of point. */) 2387This function preserves the position of point. */)