Variable: tempo-leave-completion-buffer

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

Value

nil

Documentation

If nil, a completion buffer generated by M-x tempo-complete-tag (tempo-complete-tag) disappears at the next keypress; otherwise, it remains forever.

Source Code

;; Defined in /usr/src/emacs/lisp/tempo.el.gz
(defcustom tempo-leave-completion-buffer nil
  "If nil, a completion buffer generated by \\[tempo-complete-tag]
disappears at the next keypress; otherwise, it remains forever."
  :type 'boolean
  :group 'tempo)