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 | 1e7768100752d26eb49d1226d7ef7823fc5c7a94 (patch) | |
tree | 0999853ad8e8f93516af3d2b07e51a992d532157 /lisp/replace.el | |
parent | 36e0ad5da8f7ace393e21bce0ac8912d4d6d338e (diff) | |
download | emacs-1e7768100752d26eb49d1226d7ef7823fc5c7a94.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 |