From: Eli Zaretskii Date: Sat, 21 Aug 2021 13:38:24 +0000 (+0300) Subject: ; * etc/NEWS: Fix last change. X-Git-Tag: emacs-28.0.90~1384 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fda6e6e26f061af073820f076a08cbb96749a403;p=emacs.git ; * etc/NEWS: Fix last change. --- diff --git a/etc/NEWS b/etc/NEWS index c3993b74f60..86139100ca1 100644 --- 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.