diff options
author | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:53:53 +0200 |
---|---|---|
committer | Lars Magne Ingebrigtsen <larsi@gnus.org> | 2011-07-02 15:53:53 +0200 |
commit | 5cf561436035503121d771d123368b75ae1452b4 (patch) | |
tree | 4dcf352b428f36a2a9f6fd463d893c08dfed382c /lisp/replace.el | |
parent | 2904fd970fed26de08afa4a1116d7423af180390 (diff) | |
download | emacs-5cf561436035503121d771d123368b75ae1452b4.tar.gz |
* replace.el (multi-occur): Mention
`multi-occur-in-matching-buffers' in the doc string.
Fixes: debbugs:7566
Diffstat (limited to 'lisp/replace.el')
-rw-r--r-- | lisp/replace.el | 3 |
1 files changed, 2 insertions, 1 deletions
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: " |