; * etc/NEWS: missing definite article

This commit is contained in:
Mattias Engdegård 2023-05-20 15:04:06 +02:00
parent cf40362869
commit 58eb38cfb4

View file

@ -3877,7 +3877,7 @@ The following generalized variables have been made obsolete:
'window-height', 'window-width', and 'x-get-secondary-selection'.
---
** The 'dotimes' loop variable can no longer be manipulated in loop body.
** The 'dotimes' loop variable can no longer be manipulated in the loop body.
Previously, the 'dotimes' loop counter could be modified inside the
loop body, but only in code using dynamic binding. Now the behavior
is the same as when using lexical binding: changes to the loop