Mercurial > emacs
diff etc/NEWS @ 105600:cc9d26f8485b
Multi-isearch functions instead of commands.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 14 Oct 2009 21:56:37 +0000 |
parents | 6e1befdc92ef |
children | 68686d39c93a |
line wrap: on
line diff
--- a/etc/NEWS Wed Oct 14 21:51:42 2009 +0000 +++ b/etc/NEWS Wed Oct 14 21:56:37 2009 +0000 @@ -2143,7 +2143,7 @@ ** The package misearch.el has been added. It allows Isearch to search through multiple buffers. A variable `multi-isearch-next-buffer-function' defines the function to call to get the next buffer to search in the series -of multiple buffers. Top-level commands `multi-isearch-buffers', +of multiple buffers. Top-level functions `multi-isearch-buffers', `multi-isearch-buffers-regexp', `multi-isearch-files' and `multi-isearch-files-regexp' accept a single argument that specifies a list of buffers/files to search for a string/regexp.