diff options
| author | Joakim Verona | 2011-07-15 04:39:29 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-07-15 04:39:29 +0200 |
| commit | 4f616a2e7ed1db28da98df90266e9751a8ae9ee1 (patch) | |
| tree | 74a9dcbe13e945e712ae04a4a94c2202ca720591 /lisp/replace.el | |
| parent | ff2be00005c3aeda6e11d7ed264ce86f02b60958 (diff) | |
| parent | ec2bc542a4d0127425625e8cb458684bd825675a (diff) | |
| download | emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.tar.gz emacs-4f616a2e7ed1db28da98df90266e9751a8ae9ee1.zip | |
merge from upstream
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: " |