Mercurial > emacs
diff src/buffer.c @ 55140:98453142b576
(Fpop_to_buffer): Fix docstring.
| author | Juanma Barranquero <lekktu@gmail.com> |
|---|---|
| date | Sun, 25 Apr 2004 23:53:28 +0000 |
| parents | 95d283fb2215 |
| children | d57364949309 1a68e4b22355 |
line wrap: on
line diff
--- 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
