Variable: input-method-after-insert-chunk-hook

input-method-after-insert-chunk-hook is a customizable variable defined in mule-cmds.el.gz.

Value

nil

Documentation

Normal hook run just after an input method insert some chunk of text.

Source Code

;; Defined in /usr/src/emacs/lisp/international/mule-cmds.el.gz
(defcustom input-method-after-insert-chunk-hook nil
  "Normal hook run just after an input method insert some chunk of text."
  :type 'hook
  :group 'mule)