From: Richard M. Stallman Date: Thu, 30 May 1996 23:11:14 +0000 (+0000) Subject: (Fpop_to_buffer): Doc fix. X-Git-Tag: emacs-19.34~555 X-Git-Url: https://code.delx.au/gnu-emacs/commitdiff_plain/405615e51b1cb43e47b87c85b6c2e35259ad5858 (Fpop_to_buffer): Doc fix. --- diff --git a/src/buffer.c b/src/buffer.c index 9adb0f1fe1..1728596e3c 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1224,7 +1224,9 @@ DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0, 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; {