aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorPaul Eggert2015-11-29 21:50:59 -0800
committerPaul Eggert2015-11-29 21:52:17 -0800
commit36649e0150fa7be91040b9d74009ccc085f8a363 (patch)
treedc4b50ef757c194423c72352b8a21e8936441713 /lisp/replace.el
parent50b8c55617931e64c666eec99c6c7e6b4fdb24ea (diff)
downloademacs-36649e0150fa7be91040b9d74009ccc085f8a363.tar.gz
emacs-36649e0150fa7be91040b9d74009ccc085f8a363.zip
Spelling and grammar fixes
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 76f8d312c7c..21a830da9ca 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -318,7 +318,7 @@ to be replaced will match a sequence of whitespace chars defined by the
318regexp in `search-whitespace-regexp'. 318regexp in `search-whitespace-regexp'.
319 319
320If `replace-character-fold' is non-nil, matching uses character folding, 320If `replace-character-fold' is non-nil, matching uses character folding,
321i.e. it ignores diacriticals and other differences between equivalent 321i.e. it ignores diacritics and other differences between equivalent
322character strings. 322character strings.
323 323
324Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace 324Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace
@@ -563,7 +563,7 @@ to be replaced will match a sequence of whitespace chars defined by the
563regexp in `search-whitespace-regexp'. 563regexp in `search-whitespace-regexp'.
564 564
565If `replace-character-fold' is non-nil, matching uses character folding, 565If `replace-character-fold' is non-nil, matching uses character folding,
566i.e. it ignores diacriticals and other differences between equivalent 566i.e. it ignores diacritics and other differences between equivalent
567character strings. 567character strings.
568 568
569Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace 569Third arg DELIMITED (prefix arg if interactive), if non-nil, means replace