Function: allout-region-active-p
allout-region-active-p is a for region-active-p,
defined in simple.el.gz.
This function is obsolete since 28.1; use region-active-p instead.
Signature
(allout-region-active-p)
Documentation
Return t if Transient Mark mode is enabled and the mark is active.
Some commands act specially on the region when Transient Mark
mode is enabled. Usually, such commands should use
use-region-p instead of this function, because use-region-p
also checks the value of use-empty-active-region.
Aliases
allout-region-active-p (obsolete since 28.1)