diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-05-30 23:11:14 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-05-30 23:11:14 +0000 |
commit | 341543cd6630d98be6288840317999f7645f142c (patch) | |
tree | 6abcf417a1beb7ec90e376f286ca7a451e38b918 /src/buffer.c | |
parent | 9a6a219cfecf4489a99bf7cce50cec0d44881861 (diff) | |
download | emacs-341543cd6630d98be6288840317999f7645f142c.tar.gz |
(Fpop_to_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r-- | src/buffer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 9adb0f1fe11..1728596e3c4 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; { |