mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-18 18:00:11 +00:00
* lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
This commit is contained in:
parent
05214c65a3
commit
69a8f45e15
1 changed files with 1 additions and 1 deletions
|
@ -1309,7 +1309,7 @@ that may be included as part of a word (see `ispell-dictionary-alist').
|
|||
|
||||
This finds the word to spell-check by searching for CASECHARS defined
|
||||
in `ispell-dictionary-alist' for the current dictionary. Thus, the
|
||||
word could be far away of point if point is inside whitespace or
|
||||
word could be far away from point if point is inside whitespace or
|
||||
punctuation characters, or in text that belongs to a different
|
||||
language."
|
||||
(let* ((flyspell-casechars (flyspell-get-casechars))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue