aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/progmodes/grep.el2
-rw-r--r--lisp/textmodes/flyspell.el2
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 14e251e0667..755c9c73d37 100644
--- a/lisp/progmodes/grep.el
+++ b/lisp/progmodes/grep.el
@@ -734,6 +734,8 @@ This function is called from `compilation-filter-hook'."
734 (grep-use-null-device ,grep-use-null-device) 734 (grep-use-null-device ,grep-use-null-device)
735 (grep-find-command ,grep-find-command) 735 (grep-find-command ,grep-find-command)
736 (grep-find-template ,grep-find-template) 736 (grep-find-template ,grep-find-template)
737 (grep-use-null-filename-separator
738 ,grep-use-null-filename-separator)
737 (grep-find-use-xargs ,grep-find-use-xargs) 739 (grep-find-use-xargs ,grep-find-use-xargs)
738 (grep-highlight-matches ,grep-highlight-matches)))))) 740 (grep-highlight-matches ,grep-highlight-matches))))))
739 741
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))