summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@jurta.org>2009-11-30 19:42:16 +0000
committerJuri Linkov <juri@jurta.org>2009-11-30 19:42:16 +0000
commit4db12a25d5023b8fd1046fd533bb2e3aeecbab7b (patch)
treefce2a8e978b938dddce2ea6982484269242e8107 /etc
parenteaa5eafff64a5a153819b802a091555400733753 (diff)
downloademacs-4db12a25d5023b8fd1046fd533bb2e3aeecbab7b.tar.gz
(multi-isearch-read-buffers)
(multi-isearch-read-matching-buffers): New functions. (multi-isearch-buffers, multi-isearch-buffers-regexp): Use them in the `interactive' spec. Doc fix. (multi-isearch-read-files, multi-isearch-read-matching-files): New functions. (multi-isearch-files, multi-isearch-files-regexp): Use them in the `interactive' spec. Doc fix. (Bug#4725)
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 1c75a115a80..da58ebebaac 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -304,6 +304,14 @@ Command*'.
and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
in the input history regardless of the value of `comint-history-isearch'.
+*** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp'
+read buffer names to search, one by one, ended with RET. With a prefix
+argument, they ask for a regexp, and search in buffers whose names match
+the specified regexp. Interactively `multi-isearch-files' and
+`multi-isearch-files-regexp' read file names to search, one by one,
+ended with RET. With a prefix argument, they ask for a wildcard, and
+search in file buffers whose file names match the specified wildcard.
+
+++
*** Autorevert Tail mode now works also for remote files.