Function: texinfo-mode-flyspell-verify

texinfo-mode-flyspell-verify is a byte-compiled function defined in flyspell.el.gz.

Signature

(texinfo-mode-flyspell-verify)

Documentation

Function used for flyspell-generic-check-word-predicate in Texinfo mode.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defun texinfo-mode-flyspell-verify ()
  "Function used for `flyspell-generic-check-word-predicate' in Texinfo mode."
  (save-excursion
    (forward-word-strictly -1)
    (not (looking-at "@"))))