Mention undo-amalgamate-change-group in the lispref manual
* doc/lispref/text.texi (Atomic Changes): Mention
undo-amalgamate-change-group (bug#42303).
(cherry picked from commit ba25a82855
)
This commit is contained in:
parent
3f610177ad
commit
c8fa056a50
1 changed files with 5 additions and 0 deletions
|
@ -5559,6 +5559,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
|
||||
|
|
Loading…
Add table
Reference in a new issue