Variable: completion-in-region-functions
completion-in-region-functions is a variable defined in
minibuffer.el.gz.
This variable is obsolete since 24.4; use
completion-in-region-function instead.
Value
nil
Documentation
Wrapper hook around completion--in-region.
(See with-wrapper-hook for details about wrapper hooks.)
Probably introduced at or before Emacs version 24.4.
Source Code
;; Defined in /usr/src/emacs/lisp/minibuffer.el.gz
(defvar completion-in-region-functions nil
"Wrapper hook around `completion--in-region'.
\(See `with-wrapper-hook' for details about wrapper hooks.)")