diff options
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." | |||
| 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: " |