diff options
| author | Lars Magne Ingebrigtsen | 2011-07-02 15:53:53 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2011-07-02 15:53:53 +0200 |
| commit | 5cf561436035503121d771d123368b75ae1452b4 (patch) | |
| tree | 4dcf352b428f36a2a9f6fd463d893c08dfed382c | |
| parent | 2904fd970fed26de08afa4a1116d7423af180390 (diff) | |
| download | emacs-5cf561436035503121d771d123368b75ae1452b4.tar.gz emacs-5cf561436035503121d771d123368b75ae1452b4.zip | |
* replace.el (multi-occur): Mention
`multi-occur-in-matching-buffers' in the doc string.
Fixes: debbugs:7566
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/replace.el | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11e828634f5..05b54ce491a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-02 Lars Magne Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * replace.el (multi-occur): Mention | ||
| 4 | `multi-occur-in-matching-buffers' in the doc string (bug#7566). | ||
| 5 | |||
| 1 | 2011-07-02 Drew Adams <drew.adams@oracle.com> | 6 | 2011-07-02 Drew Adams <drew.adams@oracle.com> |
| 2 | 7 | ||
| 3 | * dired.el (dired-mark-if): Make the message about whether it's | 8 | * 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." | |||
| 1140 | "Show all lines in buffers BUFS containing a match for REGEXP. | 1140 | "Show all lines in buffers BUFS containing a match for REGEXP. |
| 1141 | This function acts on multiple buffers; otherwise, it is exactly like | 1141 | This function acts on multiple buffers; otherwise, it is exactly like |
| 1142 | `occur'. When you invoke this command interactively, you must specify | 1142 | `occur'. When you invoke this command interactively, you must specify |
| 1143 | the buffer names that you want, one by one." | 1143 | the buffer names that you want, one by one. |
| 1144 | See also `multi-occur-in-matching-buffers'." | ||
| 1144 | (interactive | 1145 | (interactive |
| 1145 | (cons | 1146 | (cons |
| 1146 | (let* ((bufs (list (read-buffer "First buffer to search: " | 1147 | (let* ((bufs (list (read-buffer "First buffer to search: " |