Function: iswitchb-select-buffer-text

iswitchb-select-buffer-text is an interactive and byte-compiled function defined in iswitchb.el.gz.

Signature

(iswitchb-select-buffer-text)

Documentation

Select the buffer named by the prompt.

If no buffer exactly matching the prompt exists, maybe create a new one.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/iswitchb.el.gz
(defun iswitchb-select-buffer-text ()
  "Select the buffer named by the prompt.
If no buffer exactly matching the prompt exists, maybe create a new one."
  (interactive)
  (setq iswitchb-exit 'takeprompt)
  (exit-minibuffer))