mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
* replace.el (multi-occur): Mention
`multi-occur-in-matching-buffers' in the doc string. Fixes: debbugs:7566
This commit is contained in:
parent
2904fd970f
commit
5cf5614360
@ -1,3 +1,8 @@
|
||||
2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* replace.el (multi-occur): Mention
|
||||
`multi-occur-in-matching-buffers' in the doc string (bug#7566).
|
||||
|
||||
2011-07-02 Drew Adams <drew.adams@oracle.com>
|
||||
|
||||
* dired.el (dired-mark-if): Make the message about whether it's
|
||||
|
@ -1140,7 +1140,8 @@ are not modified."
|
||||
"Show all lines in buffers BUFS containing a match for REGEXP.
|
||||
This function acts on multiple buffers; otherwise, it is exactly like
|
||||
`occur'. When you invoke this command interactively, you must specify
|
||||
the buffer names that you want, one by one."
|
||||
the buffer names that you want, one by one.
|
||||
See also `multi-occur-in-matching-buffers'."
|
||||
(interactive
|
||||
(cons
|
||||
(let* ((bufs (list (read-buffer "First buffer to search: "
|
||||
|
Loading…
Reference in New Issue
Block a user