Variable: viper-surrounding-word-function

viper-surrounding-word-function is a customizable variable defined in viper-mous.el.gz.

Value

viper-surrounding-word

Documentation

Function that determines what constitutes a word for clicking events.

Takes two parameters: a COUNT, indicating how many words to return, and CLICK-COUNT, telling whether this is the first click, a double-click, or a triple-click.

Source Code

;; Defined in /usr/src/emacs/lisp/emulation/viper-mous.el.gz
(defcustom viper-surrounding-word-function 'viper-surrounding-word
  "Function that determines what constitutes a word for clicking events.
Takes two parameters: a COUNT, indicating how many words to return,
and CLICK-COUNT, telling whether this is the first click, a double-click,
or a triple-click."
  :type 'symbol)