Tags: patch The documentation of flyspell-get-word reads that there are no required parameters. All are optional. The patch updates to code according to docstring. 2009-09-28 Jari Aalto * textmodes/flyspell.el (flyspell-get-word): Correct function argment list according to docstring. Parameter `following' is optional (flyspell-external-point-words): Remove `nil' argument from call to `flyspell-get-word'. (flyspell-auto-correct-word): Remove `nil' argument from call to `flyspell-get-word'. (flyspell-correct-word-before-point): Remove `nil' argument from call to `flyspell-get-word'. (flyspell-word-search-forward): Remove `nil' argument from call to `flyspell-get-word'. (flyspell-word-search-backward): Remove `nil' argument from call to `flyspell-get-word'.