flyspellword
Flyspellword is a term used in some Emacs documentation and configurations to refer to the command that checks the spelling of the word under the cursor using the Flyspell on-the-fly spell-checker. In typical installations, the underlying functionality is provided by the interactive command flyspell-word, which is part of the Flyspell package. Some users or distributions document an alias or wrapper named flyspellword to invoke the same behavior; this alias is not guaranteed to exist in all setups.
Flyspell, which integrates with ispell or Hunspell backends, highlights misspelled words as you type and offers
Implementation and usage: The command queries the active dictionary, checks the word under point, and if it
Compatibility and scope: Flyspellword and the flyspell-word command are designed for GNU Emacs and its Flyspell