Variable: iswitchb-case
iswitchb-case is a customizable variable defined in iswitchb.el.gz.
Value
t
Documentation
Non-nil if searching of buffer names should ignore case.
If this is non-nil but the user input has any upper case letters, matching is temporarily case sensitive.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-case case-fold-search
"Non-nil if searching of buffer names should ignore case.
If this is non-nil but the user input has any upper case letters, matching
is temporarily case sensitive."
:type 'boolean)