From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 13:53:53 +0000 (+0200) Subject: * replace.el (multi-occur): Mention X-Git-Tag: emacs-pretest-24.0.90~104^2~152^2~247 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5cf561436035503121d771d123368b75ae1452b4;p=emacs.git * replace.el (multi-occur): Mention `multi-occur-in-matching-buffers' in the doc string. Fixes: debbugs:7566 --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11e828634f5..05b54ce491a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2011-07-02 Lars Magne Ingebrigtsen + + * replace.el (multi-occur): Mention + `multi-occur-in-matching-buffers' in the doc string (bug#7566). + 2011-07-02 Drew Adams * dired.el (dired-mark-if): Make the message about whether it's diff --git a/lisp/replace.el b/lisp/replace.el index 0578ed09b1c..fb98a714dff 100644 --- a/lisp/replace.el +++ b/lisp/replace.el @@ -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: "