]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fpop_to_buffer): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:15:13 +0000 (17:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 4 Mar 2004 17:15:13 +0000 (17:15 +0000)
src/buffer.c

index ad1dde93da764993ed57973fcf99da2f1c60f6d5..27b12845c509ec2d72f53451ad748145017a078a 100644 (file)
@@ -1675,8 +1675,9 @@ DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 3, 0,
        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 non-nil, insist on finding another
-window even if BUFFER is already visible in the selected window.
+If optional second arg OTHER-WINDOW is 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
 of `display-buffer' for additional customization information.