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:
parent
b5fbefdac6
commit
0f397e8dd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue