(occur-engine): Change message for count of matches.
This commit is contained in:
parent
8de4476933
commit
74ce1b11e9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue