Variable: term-completion-recexact

term-completion-recexact is a customizable variable defined in term.el.gz.

Value

nil

Documentation

If non-nil, use shortest completion if characters cannot be added.

This mirrors the optional behavior of tcsh.

A non-nil value is useful if term-completion-autolist is non-nil too.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-completion-recexact nil
  "If non-nil, use shortest completion if characters cannot be added.
This mirrors the optional behavior of tcsh.

A non-nil value is useful if `term-completion-autolist' is non-nil too."
  :group 'term
  :type 'boolean)