mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Grammar fixes ("allow to" et al)
Ref: https://lists.gnu.org/r/emacs-devel/2016-01/msg01598.html https://lists.gnu.org/r/emacs-devel/2016-01/msg01465.html
This commit is contained in:
parent
46c30c6df7
commit
1e270e580d
36 changed files with 85 additions and 84 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue