Function: semantic-complete-complete-tab

semantic-complete-complete-tab is an interactive and byte-compiled function defined in complete.el.gz.

Signature

(semantic-complete-complete-tab)

Documentation

Complete the partial input in the minibuffer as far as possible.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(defun semantic-complete-complete-tab ()
  "Complete the partial input in the minibuffer as far as possible."
  (interactive)
  (semantic-complete-do-completion))