From: Robert Pluim Date: Wed, 9 Oct 2019 13:16:07 +0000 (+0200) Subject: ; Fix typo in previous commit X-Git-Tag: emacs-27.0.90~1188 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f397e8dd4813c31e417e4edaa5cd3c1360c0b0d;p=emacs.git ; Fix typo in previous commit * lisp/replace.el (query-replace-read-from): Fix typo in docstring. --- 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'.") (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