projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab538b6
)
; * etc/NEWS: Mark 2 entries as documented.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Jan 2023 06:48:13 +0000
(08:48 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 21 Jan 2023 06:48:13 +0000
(08:48 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index f9897b3344982ffa8c41d9165685bf00af8199db..4851802716a0148fa9737a254a717e014ec9e1b0 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-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'.