Variable: iswitchb-regexp
iswitchb-regexp is a customizable variable defined in iswitchb.el.gz.
Value
nil
Documentation
Non-nil means that iswitchb will do regexp matching.
Value can be toggled within iswitchb using iswitchb-toggle-regexp.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-regexp nil
"Non-nil means that `iswitchb' will do regexp matching.
Value can be toggled within `iswitchb' using `iswitchb-toggle-regexp'."
:type 'boolean)