Variable: flyspell-dictionaries-that-consider-dash-as-word-delimiter
flyspell-dictionaries-that-consider-dash-as-word-delimiter is a
customizable variable defined in flyspell.el.gz.
Value
("francais" "deutsch8" "norsk")
Documentation
List of dictionary names that consider - as word delimiter.
This variable was added, or its default value changed, in Emacs 21.1.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/flyspell.el.gz
(defcustom flyspell-dictionaries-that-consider-dash-as-word-delimiter
'("francais" "deutsch8" "norsk")
"List of dictionary names that consider `-' as word delimiter."
:version "21.1"
:type '(repeat (string)))