]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 13:38:24 +0000 (16:38 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Aug 2021 13:38:24 +0000 (16:38 +0300)
etc/NEWS

index c3993b74f6069235a580db9758809061a63529c3..86139100ca1e8e149b15be97f40d044aa7b8e708 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3109,7 +3109,7 @@ This is to keep the same behavior as Eshell.
 * Incompatible Lisp Changes in Emacs 28.1
 
 ---
-** 'parse-partial-sexp' now signals an error it TO is smaller than FROM.
+** 'parse-partial-sexp' now signals an error if TO is smaller than FROM.
 Previously this would lead to the function interpreting FROM as TO and
 vice versa, which would be confusing when passing in OLDSTATE, which
 refers to the old state at FROM.