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 18817d39fc0..14bbb6fb9ad 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -678,7 +678,7 @@ This function acts on multiple buffers; otherwise, it is exactly like | |||
| 678 | (buf nil) | 678 | (buf nil) |
| 679 | (ido-ignore-item-temp-list bufs)) | 679 | (ido-ignore-item-temp-list bufs)) |
| 680 | (while (not (string-equal | 680 | (while (not (string-equal |
| 681 | (setq buf (read-buffer | 681 | (setq buf (read-buffer |
| 682 | (if (eq read-buffer-function 'ido-read-buffer) | 682 | (if (eq read-buffer-function 'ido-read-buffer) |
| 683 | "Next buffer to search (C-j to end): " | 683 | "Next buffer to search (C-j to end): " |
| 684 | "Next buffer to search (RET to end): ") | 684 | "Next buffer to search (RET to end): ") |