after-edit-sequence in mode:host-text-mixin
Called after a top-level edit sequence completes (involving
unnested
begin-edit-sequence and
end-edit-sequence).
See also
on-edit-sequence.
( -> ???
send a-mode:host-text-mixin after-edit-sequence orig super-call)
orig : ???
super-call : (??? -> ???)
If a surrogate is set, calls the surrogate
with the arguments it was passed, plus
and a function that calls the super method.this
if a surrogate is not set, calls the super method and returns that result.