diff options
| author | Juri Linkov | 2009-10-14 21:56:37 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-10-14 21:56:37 +0000 |
| commit | b0d6136e736a7c3a843bb56049ed19219312150c (patch) | |
| tree | cc2e9a007aae4141d9ff198343b935f7151151b0 | |
| parent | 92f8bfc77b3607ab4fd8e21188ac5469122964c4 (diff) | |
| download | emacs-b0d6136e736a7c3a843bb56049ed19219312150c.tar.gz emacs-b0d6136e736a7c3a843bb56049ed19219312150c.zip | |
Multi-isearch functions instead of commands.
| -rw-r--r-- | etc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2143,7 +2143,7 @@ declare-function macros (see Lisp Changes, above). | |||
| 2143 | ** The package misearch.el has been added. It allows Isearch to search | 2143 | ** The package misearch.el has been added. It allows Isearch to search |
| 2144 | through multiple buffers. A variable `multi-isearch-next-buffer-function' | 2144 | through multiple buffers. A variable `multi-isearch-next-buffer-function' |
| 2145 | defines the function to call to get the next buffer to search in the series | 2145 | defines the function to call to get the next buffer to search in the series |
| 2146 | of multiple buffers. Top-level commands `multi-isearch-buffers', | 2146 | of multiple buffers. Top-level functions `multi-isearch-buffers', |
| 2147 | `multi-isearch-buffers-regexp', `multi-isearch-files' and | 2147 | `multi-isearch-buffers-regexp', `multi-isearch-files' and |
| 2148 | `multi-isearch-files-regexp' accept a single argument that specifies | 2148 | `multi-isearch-files-regexp' accept a single argument that specifies |
| 2149 | a list of buffers/files to search for a string/regexp. | 2149 | a list of buffers/files to search for a string/regexp. |