Function: ispell-complete-word-interior-frag
ispell-complete-word-interior-frag is an autoloaded, interactive and
byte-compiled function defined in ispell.el.gz.
Signature
(ispell-complete-word-interior-frag)
Documentation
Completes word matching character sequence inside a word.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/ispell.el.gz
;;;###autoload
(defun ispell-complete-word-interior-frag ()
"Completes word matching character sequence inside a word."
(interactive)
(ispell-complete-word t))