diff options
Diffstat (limited to 'lisp/replace.el')
| -rw-r--r-- | lisp/replace.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 33162b02d3c..e2562ed3469 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -907,7 +907,7 @@ If the value is nil, don't highlight the buffer names specially." | |||
| 907 | (input | 907 | (input |
| 908 | (read-from-minibuffer | 908 | (read-from-minibuffer |
| 909 | (if default | 909 | (if default |
| 910 | (format "List lines matching regexp (default `%s'): " | 910 | (format "List lines matching regexp (default %s): " |
| 911 | (query-replace-descr default)) | 911 | (query-replace-descr default)) |
| 912 | "List lines matching regexp: ") | 912 | "List lines matching regexp: ") |
| 913 | nil | 913 | nil |