aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2009-10-14 21:56:37 +0000
committerJuri Linkov <[email protected]>2009-10-14 21:56:37 +0000
commitb0d6136e736a7c3a843bb56049ed19219312150c (patch)
treecc2e9a007aae4141d9ff198343b935f7151151b0 /etc
parent92f8bfc77b3607ab4fd8e21188ac5469122964c4 (diff)
Multi-isearch functions instead of commands.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a9fb6bb55d..6142d90ac5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2143,7 +2143,7 @@ declare-function macros (see Lisp Changes, above).
** 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.