From 5cf561436035503121d771d123368b75ae1452b4 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sat, 2 Jul 2011 15:53:53 +0200 Subject: [PATCH] * replace.el (multi-occur): Mention `multi-occur-in-matching-buffers' in the doc string. Fixes: debbugs:7566 --- lisp/ChangeLog | 5 +++++ lisp/replace.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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: " -- 2.39.2