]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix typo in previous commit
authorRobert Pluim <rpluim@gmail.com>
Wed, 9 Oct 2019 13:16:07 +0000 (15:16 +0200)
committerRobert Pluim <rpluim@gmail.com>
Wed, 9 Oct 2019 13:16:07 +0000 (15:16 +0200)
* lisp/replace.el (query-replace-read-from): Fix typo in docstring.

lisp/replace.el

index d81eba3c7abf8bfe699e244b8aee3de402631e12..09482fab82c8ee0f76d7a55c24028591cd05bae4 100644 (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