diff options
| author | Juri Linkov | 2009-11-30 19:42:16 +0000 |
|---|---|---|
| committer | Juri Linkov | 2009-11-30 19:42:16 +0000 |
| commit | c585bf3275d8204c67eb0a3dd52dd2bd3af8ed5f (patch) | |
| tree | d3ffe2d7c6b4ed125e4eb51822da738aef9bac84 /etc | |
| parent | 0a7457335a6a48162517a80230820135608bacd3 (diff) | |
| download | emacs-c585bf3275d8204c67eb0a3dd52dd2bd3af8ed5f.tar.gz emacs-c585bf3275d8204c67eb0a3dd52dd2bd3af8ed5f.zip | |
(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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
| @@ -304,6 +304,14 @@ Command*'. | |||
| 304 | and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch | 304 | and `comint-history-isearch-backward-regexp' (bound to M-r) start Isearch |
| 305 | in the input history regardless of the value of `comint-history-isearch'. | 305 | in the input history regardless of the value of `comint-history-isearch'. |
| 306 | 306 | ||
| 307 | *** Interactively `multi-isearch-buffers' and `multi-isearch-buffers-regexp' | ||
| 308 | read buffer names to search, one by one, ended with RET. With a prefix | ||
| 309 | argument, they ask for a regexp, and search in buffers whose names match | ||
| 310 | the specified regexp. Interactively `multi-isearch-files' and | ||
| 311 | `multi-isearch-files-regexp' read file names to search, one by one, | ||
| 312 | ended with RET. With a prefix argument, they ask for a wildcard, and | ||
| 313 | search 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 | ||