1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

; Fix typo in previous commit

* lisp/replace.el (query-replace-read-from): Fix typo in docstring.
This commit is contained in:
Robert Pluim 2019-10-09 15:16:07 +02:00
parent b5fbefdac6
commit 0f397e8dd4

View file

@ -176,7 +176,7 @@ See `replace-regexp' and `query-replace-regexp-eval'.")
(defun query-replace-read-from (prompt regexp-flag)
"Query and return the `from' argument of a query-replace operation.
Prompt with PROMT. REGEXP-FLAG non-nil means the response should be a regexp.
Prompt with PROMPT. REGEXP-FLAG non-nil means the response should be a regexp.
The return value can also be a pair (FROM . TO) indicating that the user
wants to replace FROM with TO."
(if query-replace-interactive