; * etc/NEWS: Fix a typo.

This commit is contained in:
Eli Zaretskii 2021-10-07 22:01:57 +03:00
parent 40c0864f4b
commit 598cd9beeb

View file

@ -119,7 +119,7 @@ Emacs buffers, like indentation and the like. The new ert function
---
** The 'inhibit-changing-match-data' variable is now obsolete.
Instead functions like 'string-match' and 'looking-at' now takes an
Instead, functions like 'string-match' and 'looking-at' now take an
optional 'inhibit-modify' argument.
---