Variable: ido-completion-buffer-all-completions

ido-completion-buffer-all-completions is a customizable variable defined in ido.el.gz.

Value

nil

Documentation

Non-nil means to show all completions in completion buffer.

Otherwise, only the current list of matches is shown.

Source Code

;; Defined in /usr/src/emacs/lisp/ido.el.gz
(defcustom ido-completion-buffer-all-completions nil
  "Non-nil means to show all completions in completion buffer.
Otherwise, only the current list of matches is shown."
  :type 'boolean)