Variable: reveal-around-mark

reveal-around-mark is a customizable variable defined in reveal.el.gz.

Value

t

Documentation

Reveal text around the mark, if active.

Source Code

;; Defined in /usr/src/emacs/lisp/reveal.el.gz
(defcustom reveal-around-mark t
  "Reveal text around the mark, if active."
  :type 'boolean
  :group 'reveal)