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 e8ecef12039..d8d642261e4 100644 --- a/lisp/replace.el +++ b/lisp/replace.el | |||
| @@ -916,7 +916,7 @@ See also `multi-occur'." | |||
| 916 | (goto-char headerpt) | 916 | (goto-char headerpt) |
| 917 | (let ((beg (point)) | 917 | (let ((beg (point)) |
| 918 | end) | 918 | end) |
| 919 | (insert (format "%d lines matching \"%s\" in buffer: %s\n" | 919 | (insert (format "%d matches for \"%s\" in buffer: %s\n" |
| 920 | matches regexp (buffer-name buf))) | 920 | matches regexp (buffer-name buf))) |
| 921 | (setq end (point)) | 921 | (setq end (point)) |
| 922 | (add-text-properties beg end | 922 | (add-text-properties beg end |