From: Richard M. Stallman Date: Fri, 12 Mar 2004 10:11:16 +0000 (+0000) Subject: (occur-engine): Change message for count of matches. X-Git-Tag: ttn-vms-21-2-B4~7265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8;p=emacs.git (occur-engine): Change message for count of matches. --- 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