Variable: post-text-conversion-hook
post-text-conversion-hook is a buffer-local variable defined in
simple.el.gz.
Documentation
Hook run after text is inserted by an input method.
Each function in this list is run until one returns non-nil.
When run, last-command-event is bound to the last character
that was inserted by the input method.
Source Code
;; Defined in /usr/src/emacs/lisp/simple.el.gz
(defvar-local post-text-conversion-hook nil
"Hook run after text is inserted by an input method.
Each function in this list is run until one returns non-nil.
When run, `last-command-event' is bound to the last character
that was inserted by the input method.")