diff options
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 5 |
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. |
| 1676 | If BUFFER is nil, then some other buffer is chosen. | 1676 | If BUFFER is nil, then some other buffer is chosen. |
| 1677 | If `pop-up-windows' is non-nil, windows can be split to do this. | 1677 | If `pop-up-windows' is non-nil, windows can be split to do this. |
| 1678 | If optional second arg OTHER-WINDOW is non-nil, insist on finding another | 1678 | If optional second arg OTHER-WINDOW is nil, insist on finding another |
| 1679 | window even if BUFFER is already visible in the selected window. | 1679 | window even if BUFFER is already visible in the selected window, |
| 1680 | and ignore `same-window-regexps' and `same-window-buffer-names'. | ||
| 1680 | This uses the function `display-buffer' as a subroutine; see the documentation | 1681 | This uses the function `display-buffer' as a subroutine; see the documentation |
| 1681 | of `display-buffer' for additional customization information. | 1682 | of `display-buffer' for additional customization information. |
| 1682 | 1683 | ||