Mercurial > emacs
changeset 15307:08ce5fa97ce3
(Fpop_to_buffer): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 30 May 1996 23:11:14 +0000 |
parents | 00619dd2f972 |
children | 9a31b0d0c38a |
files | src/buffer.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/buffer.c Thu May 30 23:09:44 1996 +0000 +++ b/src/buffer.c Thu May 30 23:11:14 1996 +0000 @@ -1224,7 +1224,9 @@ If BUFFER is nil, then some other buffer is chosen.\n\ If `pop-up-windows' is non-nil, windows can be split to do this.\n\ If optional second arg OTHER-WINDOW is non-nil, insist on finding another\n\ -window even if BUFFER is already visible in the selected window.") +window even if BUFFER is already visible in the selected window.\n\ +This uses the function `display-buffer' as a subroutine; see the documentation\n\ +of `display-buffer' for additional customization information.") (buffer, other_window) Lisp_Object buffer, other_window; {