aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/replace.el
diff options
context:
space:
mode:
authorStefan Kangas2022-05-15 11:15:06 +0200
committerStefan Kangas2022-05-15 11:15:06 +0200
commit09674074b57bee74ff1039f8ef08c2dea321c0da (patch)
treec8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/replace.el
parentaaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff)
downloademacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz
emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip
; Fix typos
Diffstat (limited to 'lisp/replace.el')
-rw-r--r--lisp/replace.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el
index 81282deb140..3d0877a9a64 100644
--- a/lisp/replace.el
+++ b/lisp/replace.el
@@ -2684,7 +2684,7 @@ It is called with three arguments, as if it were
2684 "Function to convert the FROM string of query-replace commands to a regexp. 2684 "Function to convert the FROM string of query-replace commands to a regexp.
2685This is used by `query-replace', `query-replace-regexp', etc. as 2685This is used by `query-replace', `query-replace-regexp', etc. as
2686the value of `isearch-regexp-function' when they search for the 2686the value of `isearch-regexp-function' when they search for the
2687occurences of the string/regexp to be replaced. This is intended 2687occurrences of the string/regexp to be replaced. This is intended
2688to be used when the string to be replaced, as typed by the user, 2688to be used when the string to be replaced, as typed by the user,
2689is not to be interpreted literally, but instead should be converted 2689is not to be interpreted literally, but instead should be converted
2690to a regexp that is actually used for the search.") 2690to a regexp that is actually used for the search.")