Variable: transient-post-exit-hook
transient-post-exit-hook is a variable defined in transient.el.gz.
Value
nil
Documentation
Hook run after exiting all transient menus.
Unlike transient-exit-hook, this does not run if another transient
menu becomes active at the same time.
Source Code
;; Defined in /usr/src/emacs/lisp/transient.el.gz
(defvar transient-post-exit-hook nil
"Hook run after exiting all transient menus.
Unlike `transient-exit-hook', this does not run if another transient
menu becomes active at the same time.")