Function: ido-enter-switch-buffer

ido-enter-switch-buffer is an interactive and byte-compiled function defined in ido.el.gz.

Signature

(ido-enter-switch-buffer)

Documentation

Drop into ido-switch-buffer from file switching.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defun ido-enter-switch-buffer ()
  "Drop into `ido-switch-buffer' from file switching."
  (interactive)
  (setq ido-exit 'switch-to-buffer)
  (exit-minibuffer))