diff options
| author | Glenn Morris | 2018-02-22 09:27:21 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-22 09:27:21 -0800 |
| commit | 6bfb754c3ee2e0d667d36fb4300e2880715ea895 (patch) | |
| tree | bfa882d420c6da5679f2c54d8d4d20dd1ebe6b2c /lisp/textmodes | |
| parent | cb55ccae8be946f1562d74718086a4c8c8308ee5 (diff) | |
| parent | 83187cd900c799865c967620eef3b7c18f3d168f (diff) | |
| download | emacs-6bfb754c3ee2e0d667d36fb4300e2880715ea895.tar.gz emacs-6bfb754c3ee2e0d667d36fb4300e2880715ea895.zip | |
Merge from origin/emacs-26
83187cd (origin/emacs-26) Skip mouse-face overlap check when mouse-fa...
a6d8f2b Fix capitalization of "Mail-Followup-To"
f9640f9 * lisp/progmodes/grep.el (grep-compute-defaults):
3a26c8a Semantic manual fixes
106a9f6 More improvements in the Emacs manual
244db85 * doc/misc/viper.texi (File and Buffer Handling): Add missing...
f0d6a16 Fix documentation of 'x-underline-at-descent-line'
69a8f45 * lisp/textmodes/flyspell.el (flyspell-get-word): Doc fix.
05214c6 Correct variable markup in manuals
355c644 Improve the "Sending Mail" chapter of Emacs manual
Conflicts:
src/nsterm.m
src/w32term.c
Diffstat (limited to 'lisp/textmodes')
| -rw-r--r-- | lisp/textmodes/flyspell.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/textmodes/flyspell.el b/lisp/textmodes/flyspell.el index aaa8ebfd480..d87cb5e72ed 100644 --- a/lisp/textmodes/flyspell.el +++ b/lisp/textmodes/flyspell.el | |||
| @@ -1309,7 +1309,7 @@ that may be included as part of a word (see `ispell-dictionary-alist'). | |||
| 1309 | 1309 | ||
| 1310 | This finds the word to spell-check by searching for CASECHARS defined | 1310 | This finds the word to spell-check by searching for CASECHARS defined |
| 1311 | in `ispell-dictionary-alist' for the current dictionary. Thus, the | 1311 | in `ispell-dictionary-alist' for the current dictionary. Thus, the |
| 1312 | word could be far away of point if point is inside whitespace or | 1312 | word could be far away from point if point is inside whitespace or |
| 1313 | punctuation characters, or in text that belongs to a different | 1313 | punctuation characters, or in text that belongs to a different |
| 1314 | language." | 1314 | language." |
| 1315 | (let* ((flyspell-casechars (flyspell-get-casechars)) | 1315 | (let* ((flyspell-casechars (flyspell-get-casechars)) |