Function: erc-spelling--flyspell-input-p

erc-spelling--flyspell-input-p is a byte-compiled function defined in erc-spelling.el.gz.

Signature

(erc-spelling--flyspell-input-p)

Documentation

Return non-nil if Flyspell should check the prompt input at point.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-spelling.el.gz
(defun erc-spelling--flyspell-input-p ()
  "Return non-nil if Flyspell should check the prompt input at point."
  (>= (point) erc-input-marker))