comparison lisp/replace.el @ 54375:2ea941bff549

(occur-engine): Change message for count of matches.
author Richard M. Stallman <rms@gnu.org>
date Fri, 12 Mar 2004 10:11:16 +0000
parents 7898852aa054
children edec41928fc8
comparison
equal deleted inserted replaced
54374:41530bace164 54375:2ea941bff549
914 (setq globalcount (+ globalcount matches)) 914 (setq globalcount (+ globalcount matches))
915 (with-current-buffer out-buf 915 (with-current-buffer out-buf
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
923 (append 923 (append
924 (when title-face 924 (when title-face