diff options
| author | Richard M. Stallman | 2004-03-12 10:11:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2004-03-12 10:11:16 +0000 |
| commit | 74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8 (patch) | |
| tree | ef8f8d49ff6734511197469c3189947239bb2242 /lisp/replace.el | |
| parent | 8de4476933f4805e010512ba4dabb39426c4c3bd (diff) | |
| download | emacs-74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8.tar.gz emacs-74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8.zip | |
(occur-engine): Change message for count of matches.
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 |