Is there a way to search all the open buffers for a particular pattern?
C-s interactively searches current buffer. Similarly, is there something that searches all th
Although this is not exactly what you're asking for, I search multiple files using grep (M-X grep) and grep-find (M-X grep-find).
M-X grep
M-X grep-find