Variable: TeX-complete-word
TeX-complete-word is a customizable variable defined in tex.el.
Value
ispell-complete-word
Documentation
Function to call for completing non-macros in tex-mode.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defcustom TeX-complete-word #'ispell-complete-word
"Function to call for completing non-macros in `tex-mode'."
:type 'function
:group 'TeX-macro)