diff options
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 2 |
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 "Function to convert the FROM string of query-replace commands to a regexp. This is used by `query-replace', `query-replace-regexp', etc. as the value of `isearch-regexp-function' when they search for the -occurences of the string/regexp to be replaced. This is intended +occurrences of the string/regexp to be replaced. This is intended to be used when the string to be replaced, as typed by the user, is not to be interpreted literally, but instead should be converted to a regexp that is actually used for the search.") |