emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 0f397e8 2/2: ; Fix typo in previous commit


From: Robert Pluim
Subject: [Emacs-diffs] master 0f397e8 2/2: ; Fix typo in previous commit
Date: Wed, 9 Oct 2019 09:19:52 -0400 (EDT)

branch: master
commit 0f397e8dd4813c31e417e4edaa5cd3c1360c0b0d
Author: Robert Pluim <address@hidden>
Commit: Robert Pluim <address@hidden>

    ; Fix typo in previous commit
    
    * lisp/replace.el (query-replace-read-from): Fix typo in docstring.
---
 lisp/replace.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/replace.el b/lisp/replace.el
index d81eba3..09482fa 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]