Variable: term-dynamic-complete-functions
term-dynamic-complete-functions is a variable defined in term.el.gz.
Value
(term-replace-by-expanded-history
term-dynamic-complete-filename)
Documentation
List of functions called to perform completion.
Functions should return non-nil if completion was performed.
See also term-dynamic-complete.
This is a good thing to set in mode hooks.
Source Code
;; Defined in /usr/src/emacs/lisp/term.el.gz
(defvar term-dynamic-complete-functions
'(term-replace-by-expanded-history term-dynamic-complete-filename)
"List of functions called to perform completion.
Functions should return non-nil if completion was performed.
See also `term-dynamic-complete'.
This is a good thing to set in mode hooks.")