+2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
+
+ * subr.el (get-buffer-window-list): Doc fix.
+
2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
* files.el (switch-to-buffer-other-window): Doc fix.
;; This should probably be written in C (i.e., without using `walk-windows').
(defun get-buffer-window-list (buffer &optional minibuf frame)
- "Return windows currently displaying BUFFER, or nil if none.
+ "Return list of all windows displaying BUFFER, or nil if none.
+BUFFER can be a buffer or a buffer name.
See `walk-windows' for the meaning of MINIBUF and FRAME."
(let ((buffer (if (bufferp buffer) buffer (get-buffer buffer))) windows)
(walk-windows (function (lambda (window)