aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
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*'.
304and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch 304and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch
305in the input history regardless of the value of `comint-history-isearch'. 305in the input history regardless of the value of `comint-history-isearch'.
306 306
307*** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp'
308read buffer names to search, one by one, ended with RET. With a prefix
309argument, they ask for a regexp, and search in buffers whose names match
310the specified regexp. Interactively `multi-isearch-files' and
311`multi-isearch-files-regexp' read file names to search, one by one,
312ended with RET. With a prefix argument, they ask for a wildcard, and
313search in file buffers whose file names match the specified wildcard.
314
307+++ 315+++
308*** Autorevert Tail mode now works also for remote files. 316*** Autorevert Tail mode now works also for remote files.
309 317