* replace.el (multi-occur): Mention
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 13:53:53 +0000 (15:53 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sat, 2 Jul 2011 13:53:53 +0000 (15:53 +0200)
`multi-occur-in-matching-buffers' in the doc string.

Fixes: debbugs:7566

lisp/ChangeLog
lisp/replace.el

index 11e8286..05b54ce 100644 (file)
@@ -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
index 0578ed0..fb98a71 100644 (file)
@@ -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: "