Function: git-commit--flyspell-verify
git-commit--flyspell-verify is a byte-compiled function defined in
git-commit.el.
Signature
(git-commit--flyspell-verify)
Documentation
Do not check spelling in comments.
Source Code
;; Defined in ~/.emacs.d/elpa/magit-20260411.1452/git-commit.el
(defun git-commit--flyspell-verify ()
"Do not check spelling in comments."
(not (= (char-after (line-beginning-position))
(aref comment-start 0))))