diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-08-30 09:16:21 -0400 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2021-08-30 09:16:21 -0400 |
commit | bc9516a6f12d21971db62ad5def51a3b4858a488 (patch) | |
tree | 2ed31e6b4e02174546422fef237ccbee18d94c6d | |
parent | 9e67ef88f2047a5afdfaf6d6447273724d56a07b (diff) | |
download | emacs-bc9516a6f12d21971db62ad5def51a3b4858a488.tar.gz emacs-bc9516a6f12d21971db62ad5def51a3b4858a488.tar.bz2 emacs-bc9516a6f12d21971db62ad5def51a3b4858a488.zip |
* etc/NEWS: Fix typo
-rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |