diff options
| author | Robert Pluim | 2019-10-09 15:16:07 +0200 |
|---|---|---|
| committer | Robert Pluim | 2019-10-09 15:16:07 +0200 |
| commit | 0f397e8dd4813c31e417e4edaa5cd3c1360c0b0d (patch) | |
| tree | 28ba5d9160eb2587a443dad5c1bef1fc8dcd0f24 /lisp/replace.el | |
| parent | b5fbefdac66613e9dedc168d5a356a384a6d4f3f (diff) | |
| download | emacs-0f397e8dd4813c31e417e4edaa5cd3c1360c0b0d.tar.gz emacs-0f397e8dd4813c31e417e4edaa5cd3c1360c0b0d.zip | |
; Fix typo in previous commit
* lisp/replace.el (query-replace-read-from): Fix typo in docstring.
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 d81eba3c7ab..09482fab82c 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -176,7 +176,7 @@ See `replace-regexp' and `query-replace-regexp-eval'.") | |||
| 176 | 176 | ||
| 177 | (defun query-replace-read-from (prompt regexp-flag) | 177 | (defun query-replace-read-from (prompt regexp-flag) |
| 178 | "Query and return the `from' argument of a query-replace operation. | 178 | "Query and return the `from' argument of a query-replace operation. |
| 179 | Prompt with PROMT. REGEXP-FLAG non-nil means the response should be a regexp. | 179 | Prompt with PROMPT. REGEXP-FLAG non-nil means the response should be a regexp. |
| 180 | The return value can also be a pair (FROM . TO) indicating that the user | 180 | The return value can also be a pair (FROM . TO) indicating that the user |
| 181 | wants to replace FROM with TO." | 181 | wants to replace FROM with TO." |
| 182 | (if query-replace-interactive | 182 | (if query-replace-interactive |