From: Stefan Monnier Date: Mon, 30 Aug 2021 13:16:21 +0000 (-0400) Subject: * etc/NEWS: Fix typo X-Git-Tag: emacs-28.0.90~1257 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bc9516a6f12d21971db62ad5def51a3b4858a488;p=emacs.git * etc/NEWS: Fix typo --- diff --git a/etc/NEWS b/etc/NEWS index 9fb064052d1..657e12900fa 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1494,7 +1494,7 @@ deleting. Use rfc6068.el instead. The main difference is that 'rfc2368-parse-mailto-url' and 'rfc2368-unhexify-string' assumed that the strings were all-ASCII, while 'rfc6068-parse-mailto-url' and -'rfc2068-unhexify-string' parse UTF-8 strings. +'rfc6068-unhexify-string' parse UTF-8 strings. +++ *** New function 'def-edebug-elem-spec' to define Edebug spec elements.