Variable: flyspell-consider-dash-as-word-delimiter-flag
flyspell-consider-dash-as-word-delimiter-flag is a buffer-local
variable defined in flyspell.el.gz.
Documentation
Non-nil means that the - char is considered as a word delimiter.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
;; dash character machinery
(defvar-local flyspell-consider-dash-as-word-delimiter-flag nil
"Non-nil means that the `-' char is considered as a word delimiter.")