aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-12 10:11:16 +0000
committerRichard M. Stallman2004-03-12 10:11:16 +0000
commit74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8 (patch)
treeef8f8d49ff6734511197469c3189947239bb2242
parent8de4476933f4805e010512ba4dabb39426c4c3bd (diff)
downloademacs-74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8.tar.gz
emacs-74ce1b11e972aa2e8b7fa7ffc2f5761ea32c65d8.zip
(occur-engine): Change message for count of matches.
-rw-r--r--lisp/replace.el2
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