diff options
| author | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2022-05-15 11:15:06 +0200 |
| commit | 09674074b57bee74ff1039f8ef08c2dea321c0da (patch) | |
| tree | c8b866aca602a22a867a77eaab6eab1c8146db1c /lisp/replace.el | |
| parent | aaa2d0db18509b7d2f1e35cbc9dc2b4443f1cce4 (diff) | |
| download | emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.tar.gz emacs-09674074b57bee74ff1039f8ef08c2dea321c0da.zip | |
; Fix typos
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 | |||
| 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. |
| 2685 | This is used by `query-replace', `query-replace-regexp', etc. as | 2685 | This is used by `query-replace', `query-replace-regexp', etc. as |
| 2686 | the value of `isearch-regexp-function' when they search for the | 2686 | the value of `isearch-regexp-function' when they search for the |
| 2687 | occurences of the string/regexp to be replaced. This is intended | 2687 | occurrences of the string/regexp to be replaced. This is intended |
| 2688 | to be used when the string to be replaced, as typed by the user, | 2688 | to be used when the string to be replaced, as typed by the user, |
| 2689 | is not to be interpreted literally, but instead should be converted | 2689 | is not to be interpreted literally, but instead should be converted |
| 2690 | to a regexp that is actually used for the search.") | 2690 | to a regexp that is actually used for the search.") |