Variable: post-self-insert-hook

post-self-insert-hook is a variable defined in cmds.c.

Value

(electric-indent-post-self-insert-function
 blink-paren-post-self-insert-function)

Documentation

Hook run at the end of self-insert-command.

This is run after inserting a character. The hook can access the inserted character via last-command-event.

View in manual

Probably introduced at or before Emacs version 24.1.

Source Code

// Defined in /usr/src/emacs/src/cmds.c
  DEFVAR_LISP ("post-self-insert-hook", Vpost_self_insert_hook,
	       doc: /* Hook run at the end of `self-insert-command'.
This is run after inserting a character.
The hook can access the inserted character via `last-command-event'.  */);