Function: TeX-run-ispell-on-document

TeX-run-ispell-on-document is an interactive and byte-compiled function defined in tex.el.

This command is obsolete since 2006-02-07; use TeX-run-function instead.

Signature

(TeX-run-ispell-on-document COMMAND IGNORED NAME)

Documentation

Run Ispell on all open files belonging to the current document.

This function is *obsolete* and only here for compatibility reasons. Use TeX-run-function instead.

Key Bindings

Source Code

;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/tex.el
(defun TeX-run-ispell-on-document (_command _ignored _name)
  "Run Ispell on all open files belonging to the current document.
This function is *obsolete* and only here for compatibility
reasons.  Use `TeX-run-function' instead."
  (interactive)
  (TeX-ispell-document ""))