aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorRichard M. Stallman2004-03-04 17:15:13 +0000
committerRichard M. Stallman2004-03-04 17:15:13 +0000
commitae47339f7153f9ba2e8dfbbb8e1032f9f7979a77 (patch)
tree1824ca4af7c6bb184063064eaf207c2dfc62a846 /src/buffer.c
parent38e82e480ee26600bdbb2a10463e47bfa039cf0d (diff)
downloademacs-ae47339f7153f9ba2e8dfbbb8e1032f9f7979a77.tar.gz
emacs-ae47339f7153f9ba2e8dfbbb8e1032f9f7979a77.zip
(Fpop_to_buffer): Doc fix.
Diffstat (limited to 'src/buffer.c')
-rw-r--r--src/buffer.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c
index ad1dde93da7..27b12845c50 100644
--- a/src/buffer.c
+++ b/src/buffer.c
@@ -1675,8 +1675,9 @@ DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 3, 0,
1675 doc: /* Select buffer BUFFER in some window, preferably a different one. 1675 doc: /* Select buffer BUFFER in some window, preferably a different one.
1676If BUFFER is nil, then some other buffer is chosen. 1676If BUFFER is nil, then some other buffer is chosen.
1677If `pop-up-windows' is non-nil, windows can be split to do this. 1677If `pop-up-windows' is non-nil, windows can be split to do this.
1678If optional second arg OTHER-WINDOW is non-nil, insist on finding another 1678If optional second arg OTHER-WINDOW is nil, insist on finding another
1679window even if BUFFER is already visible in the selected window. 1679window even if BUFFER is already visible in the selected window,
1680and ignore `same-window-regexps' and `same-window-buffer-names'.
1680This uses the function `display-buffer' as a subroutine; see the documentation 1681This uses the function `display-buffer' as a subroutine; see the documentation
1681of `display-buffer' for additional customization information. 1682of `display-buffer' for additional customization information.
1682 1683