Function: cperl-here-doc-spell

cperl-here-doc-spell is an interactive and byte-compiled function defined in cperl-mode.el.gz.

Signature

(cperl-here-doc-spell)

Documentation

Spell-check HERE-documents in the Perl buffer.

If a region is highlighted, restricts to the region.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
;; Initial version contributed by Trey Belew
(defun cperl-here-doc-spell ()
  "Spell-check HERE-documents in the Perl buffer.
If a region is highlighted, restricts to the region."
  (interactive)
  (cperl-pod-spell t))