diff options
author | Eli Zaretskii <eliz@gnu.org> | 2022-05-17 15:59:59 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2022-05-17 15:59:59 +0300 |
commit | af1c05a3c4a71f57317837d72f38b2ee703eea71 (patch) | |
tree | 53e7265915dab71205c9ab2839aec46078e31633 /etc | |
parent | fa6a0962c5315cceb3632fa6a701eac986940810 (diff) | |
download | emacs-af1c05a3c4a71f57317837d72f38b2ee703eea71.tar.gz emacs-af1c05a3c4a71f57317837d72f38b2ee703eea71.tar.bz2 emacs-af1c05a3c4a71f57317837d72f38b2ee703eea71.zip |
Fix the name of a kmacro command.
* lisp/kmacro.el (kmacro-redisplay): Rename from
'kdb-macro-redisplay' (which was wrong and included a typo).
* etc/NEWS: Announce the change. (Bug#55471)
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -24,12 +24,17 @@ with a prefix argument or by typing 'C-u C-h C-n'. * Changes in Emacs 28.2 +This is a bug-fix release with no new features. + * Editing Changes in Emacs 28.2 * Changes in Specialized Modes and Packages in Emacs 28.2 +** The command 'kdb-macro-redisplay' was renamed to 'kmacro-redisplay'. +This is to fix an embarrassing typo in the original name. + * New Modes and Packages in Emacs 28.2 |