1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00
Stefan Kangas 2023-09-17 16:49:21 +02:00
parent 46c30c6df7
commit 1e270e580d
36 changed files with 85 additions and 84 deletions

View file

@ -1891,7 +1891,7 @@ This makes its global value shadowed by the binding;
@code{default-value} will then return the value from that binding, not
the global value, and @code{set-default} will be prevented from
setting the global value (it will change the let-bound value instead).
The following two functions allow to reference the global value even
The following two functions allow referencing the global value even
if it's shadowed by a let-binding.
@cindex top-level default value