Function: region-end

region-end is a function defined in editfns.c.

Signature

(region-end)

Documentation

Return the integer value of point or mark, whichever is larger.

View in manual

Probably introduced at or before Emacs version 26.1.

Source Code

// Defined in /usr/src/emacs/src/editfns.c
{
  return region_limit (0);
}