Mercurial > hg > xemacs-beta
diff lisp/window-xemacs.el @ 2590:627e25731054
[xemacs-hg @ 2005-02-16 11:07:29 by aidan]
Document use of `same-window-buffer-names,' `same-window-regexps'
by pop-to-buffer and display-buffer. Cf. 16914.49053.99642.919278@gargle.gargle.HOWL .
author | aidan |
---|---|
date | Wed, 16 Feb 2005 11:07:30 +0000 |
parents | 8e7b4a0c1a81 |
children | 5bf18ccb05df |
line wrap: on
line diff
--- a/lisp/window-xemacs.el Tue Feb 15 22:51:39 2005 +0000 +++ b/lisp/window-xemacs.el Wed Feb 16 11:07:30 2005 +0000 @@ -701,6 +701,10 @@ If `pop-up-frames' is non-nil, make a new frame if no window shows BUFFER. +If the buffer name is a member of the `same-window-buffer-names' list, +or matches one of the `same-window-regexps' expressions, display the +buffer in the currently selected window. + Returns the window displaying BUFFER." (interactive "BDisplay buffer:\nP")