diff options
| -rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/replace.el b/lisp/replace.el index 2d17ec9097c..e363924501f 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -1576,7 +1576,8 @@ is not modified." | |||
| 1576 | (concat | 1576 | (concat |
| 1577 | "Next buffer to search " | 1577 | "Next buffer to search " |
| 1578 | (cond | 1578 | (cond |
| 1579 | ((eq read-buffer-function #'ido-read-buffer) | 1579 | ((or (eq read-buffer-function #'ido-read-buffer) |
| 1580 | (bound-and-true-p ido-everywhere)) | ||
| 1580 | (substitute-command-keys | 1581 | (substitute-command-keys |
| 1581 | "(\\<ido-completion-map>\\[ido-select-text] to end): ")) | 1582 | "(\\<ido-completion-map>\\[ido-select-text] to end): ")) |
| 1582 | ((bound-and-true-p fido-mode) | 1583 | ((bound-and-true-p fido-mode) |