; * etc/NEWS: Mark 2 entries as documented.

This commit is contained in:
Eli Zaretskii 2023-01-21 08:48:13 +02:00
parent ab538b6f91
commit f4a3e8f29f

View file

@ -58,10 +58,12 @@ trash when deleting. Default is nil.
This works like 'kill-matching-buffers', but without asking for
confirmation.
+++
** New helper variable 'transpose-sexps-function'.
Emacs now can set this variable to customize the behavior of the
'transpose-sexps' function.
+++
** New function 'transpose-sexps-default-function'.
The previous implementation is moved into its own function, to be
bound by 'transpose-sexps-function'.