# HG changeset patch # User Juanma Barranquero # Date 1082937208 0 # Node ID 98453142b5762342484b7606261d3416d72d0bab # Parent 2b5be9da52c26e15a845240d00b236b0cf4754fa (Fpop_to_buffer): Fix docstring. diff -r 2b5be9da52c2 -r 98453142b576 src/buffer.c --- a/src/buffer.c Sun Apr 25 21:07:58 2004 +0000 +++ b/src/buffer.c Sun Apr 25 23:53:28 2004 +0000 @@ -1683,7 +1683,7 @@ doc: /* Select buffer BUFFER in some window, preferably a different one. If BUFFER is nil, then some other buffer is chosen. If `pop-up-windows' is non-nil, windows can be split to do this. -If optional second arg OTHER-WINDOW is nil, insist on finding another +If optional second arg OTHER-WINDOW is non-nil, insist on finding another window even if BUFFER is already visible in the selected window, and ignore `same-window-regexps' and `same-window-buffer-names'. This uses the function `display-buffer' as a subroutine; see the documentation