aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/textmodes
diff options
context:
space:
mode:
authorGlenn Morris2018-02-22 09:27:21 -0800
committerGlenn Morris2018-02-22 09:27:21 -0800
commit6bfb754c3ee2e0d667d36fb4300e2880715ea895 (patch)
treebfa882d420c6da5679f2c54d8d4d20dd1ebe6b2c /lisp/textmodes
parentcb55ccae8be946f1562d74718086a4c8c8308ee5 (diff)
parent83187cd900c799865c967620eef3b7c18f3d168f (diff)
downloademacs-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.el2
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
1310This finds the word to spell-check by searching for CASECHARS defined 1310This finds the word to spell-check by searching for CASECHARS defined
1311in `ispell-dictionary-alist' for the current dictionary. Thus, the 1311in `ispell-dictionary-alist' for the current dictionary. Thus, the
1312word could be far away of point if point is inside whitespace or 1312word could be far away from point if point is inside whitespace or
1313punctuation characters, or in text that belongs to a different 1313punctuation characters, or in text that belongs to a different
1314language." 1314language."
1315 (let* ((flyspell-casechars (flyspell-get-casechars)) 1315 (let* ((flyspell-casechars (flyspell-get-casechars))