From: Juanma Barranquero Date: Sun, 25 Apr 2004 23:56:14 +0000 (+0000) Subject: (Fpop_to_buffer): Fix docstring. X-Git-Tag: ttn-vms-21-2-B4~6601 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e198ba8711821da8fec10d1ab5d836f058fcf646;p=emacs.git (Fpop_to_buffer): Fix docstring. --- diff --git a/src/ChangeLog b/src/ChangeLog index b0c68409234..ea83b7ce3b3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,7 +1,12 @@ +2004-04-26 Juanma Barranquero + + * buffer.c (Fpop_to_buffer): Fix docstring. + 2004-04-26 Steven Tamm + * lread.c (init_lread): Don't display missing lisp directory warnings with Carbon Emacs because self-contained bundled Emacs - may be build without correct installation path. + may be built without correct installation path. 2004-04-25 Kim F. Storm diff --git a/src/buffer.c b/src/buffer.c index 6e67f07cf38..db16b22e35a 100644 --- a/src/buffer.c +++ b/src/buffer.c @@ -1683,7 +1683,7 @@ 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 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