Variable: viper-replace-overlay-face

viper-replace-overlay-face is a variable defined in viper-init.el.gz.

Value

viper-replace-overlay

Documentation

Face for highlighting replace regions on a window display.

DO NOT CHANGE this variable. Instead, use the customization widget to customize the actual face object viper-replace-overlay this variable represents.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-init.el.gz
;; An internal variable.  Viper takes the face from here.
(defvar viper-replace-overlay-face 'viper-replace-overlay
  "Face for highlighting replace regions on a window display.
DO NOT CHANGE this variable.  Instead, use the customization widget
to customize the actual face object `viper-replace-overlay'
this variable represents.")