diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-03-12 10:11:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-03-12 10:11:16 +0000 |
commit | 74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8 (patch) | |
tree | ef8f8d49ff6734511197469c3189947239bb2242 /lisp/replace.el | |
parent | 8de4476933f4805e010512ba4dabb39426c4c3bd (diff) | |
download | emacs-74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8.tar.gz |
(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'." (goto-char headerpt) (let ((beg (point)) end) - (insert (format "%d lines matching \"%s\" in buffer: %s\n" + (insert (format "%d matches for \"%s\" in buffer: %s\n" matches regexp (buffer-name buf))) (setq end (point)) (add-text-properties beg end |