diff options
| author | Michael Albinus | 2026-01-03 09:24:29 +0100 |
|---|---|---|
| committer | Michael Albinus | 2026-01-03 09:24:29 +0100 |
| commit | 4606510f6540cbc03624779e4673eacf9df07a37 (patch) | |
| tree | 52def0d6750426996bf603e8bb31cf7069c4d64d /src | |
| parent | dc26b0992ab8a294ea632dde8e2ce8904f599911 (diff) | |
| download | emacs-4606510f6540cbc03624779e4673eacf9df07a37.tar.gz emacs-4606510f6540cbc03624779e4673eacf9df07a37.zip | |
; * src/lread.c (Feval_buffer): Fix typo in docstring.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
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 -*- |
| 2382 | settings in the buffer; if there is no such setting, and the | 2382 | settings in the buffer; if there is no such setting, and the |
| 2383 | buffer-local value of the variable is nil, the buffer will be | 2383 | buffer-local value of the variable is nil, the buffer will be |
| 2384 | evaluated with the value of `lexical binding' equal to its | 2384 | evaluated with the value of `lexical-binding' equal to its |
| 2385 | top-level default value, as returned by `default-toplevel-value'. | 2385 | top-level default value, as returned by `default-toplevel-value'. |
| 2386 | 2386 | ||
| 2387 | This function preserves the position of point. */) | 2387 | This function preserves the position of point. */) |