Variable: iswitchb-cannot-complete-hook

iswitchb-cannot-complete-hook is a customizable variable defined in iswitchb.el.gz.

Value

iswitchb-completion-help

Documentation

Hook run when iswitchb-complete can't complete any more.

The most useful values are iswitchb-completion-help, which pops up a window with completion alternatives, or iswitchb-next-match or iswitchb-prev-match, which cycle the buffer list.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defcustom iswitchb-cannot-complete-hook 'iswitchb-completion-help
  "Hook run when `iswitchb-complete' can't complete any more.
The most useful values are `iswitchb-completion-help', which pops up a
window with completion alternatives, or `iswitchb-next-match' or
`iswitchb-prev-match', which cycle the buffer list."
  :type 'hook)