]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Fix typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 Aug 2021 13:16:21 +0000 (09:16 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 30 Aug 2021 13:16:21 +0000 (09:16 -0400)
etc/NEWS

index 9fb064052d18a58c28db1a4f69d5a7e2870a8db4..657e12900fafb232febfc603cec31e01c730c52a 100644 (file)
--- 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.