changeset 55140:98453142b576

(Fpop_to_buffer): Fix docstring.
author Juanma Barranquero <lekktu@gmail.com>
date Sun, 25 Apr 2004 23:53:28 +0000
parents 2b5be9da52c2
children 625c2ec45795
files src/buffer.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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