From ba25a82855a2c03c25fec83f3056c166b692e94f Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Fri, 22 Jan 2021 21:07:35 +0100 Subject: [PATCH] Mention undo-amalgamate-change-group in the lispref manual * doc/lispref/text.texi (Atomic Changes): Mention undo-amalgamate-change-group (bug#42303). --- doc/lispref/text.texi | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/lispref/text.texi b/doc/lispref/text.texi index 0b567d82c61..35bc6f9f161 100644 --- a/doc/lispref/text.texi +++ b/doc/lispref/text.texi @@ -5608,6 +5608,11 @@ This function accepts all the changes in the change group specified by @defun cancel-change-group handle This function cancels and undoes all the changes in the change group specified by @var{handle}. +@end defun + +@defun undo-amalgamate-change-group +Amalgamate changes in change-group since @var{handle}. I.e., remove +all undo boundaries between the state of @var{handle} and now. @end defun Your code should use @code{unwind-protect} to make sure the group is -- 2.39.2