summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2021-08-30 09:16:21 -0400
committerStefan Monnier <monnier@iro.umontreal.ca>2021-08-30 09:16:21 -0400
commitbc9516a6f12d21971db62ad5def51a3b4858a488 (patch)
tree2ed31e6b4e02174546422fef237ccbee18d94c6d
parent9e67ef88f2047a5afdfaf6d6447273724d56a07b (diff)
downloademacs-bc9516a6f12d21971db62ad5def51a3b4858a488.tar.gz
emacs-bc9516a6f12d21971db62ad5def51a3b4858a488.tar.bz2
emacs-bc9516a6f12d21971db62ad5def51a3b4858a488.zip
* etc/NEWS: Fix typo
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
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.