Variable: tempo-show-completion-buffer

tempo-show-completion-buffer is a customizable variable defined in tempo.el.gz.

Value

t

Documentation

If non-nil, show a buffer with possible completions, when only a partial completion can be found.

Source Code

;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defcustom tempo-show-completion-buffer t
  "If non-nil, show a buffer with possible completions, when only
a partial completion can be found."
  :type 'boolean
  :group 'tempo)