Function: semantic-complete-complete-space
semantic-complete-complete-space is an interactive and byte-compiled
function defined in complete.el.gz.
Signature
(semantic-complete-complete-space)
Documentation
Complete the partial input in the minibuffer.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/complete.el.gz
(defun semantic-complete-complete-space ()
"Complete the partial input in the minibuffer."
(interactive)
(semantic-complete-do-completion t))