Mercurial > emacs
changeset 56398:92855ff2cb86
(get-buffer-window-list): Doc fix.
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Mon, 12 Jul 2004 01:10:54 +0000 |
parents | c3b04ca3836e |
children | bf7418b48ddb |
files | lisp/subr.el |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/subr.el Sun Jul 11 02:39:20 2004 +0000 +++ b/lisp/subr.el Mon Jul 12 01:10:54 2004 +0000 @@ -1600,7 +1600,8 @@ ;; 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)