Variable: viper-search-face

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

Value

viper-search

Documentation

Face used to flash out the search pattern.

DO NOT CHANGE this variable. Instead, use the customization widget to customize the actual face object viper-search 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-search-face 'viper-search
  "Face used to flash out the search pattern.
DO NOT CHANGE this variable.  Instead, use the customization widget
to customize the actual face object `viper-search'
this variable represents.")