Variable: post-select-region-hook

post-select-region-hook is a variable defined in keyboard.c.

Value

nil

Documentation

Abnormal hook run after the region is selected.

This usually happens as a result of select-active-regions. The hook is called with one argument, the string that was selected.

Probably introduced at or before Emacs version 29.1.

Source Code

// Defined in /usr/src/emacs/src/keyboard.c
  DEFVAR_LISP ("post-select-region-hook", Vpost_select_region_hook,
    doc: /* Abnormal hook run after the region is selected.
This usually happens as a result of `select-active-regions'.  The hook
is called with one argument, the string that was selected.  */);