Mercurial > emacs
comparison src/buffer.c @ 15307:08ce5fa97ce3
(Fpop_to_buffer): Doc fix.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Thu, 30 May 1996 23:11:14 +0000 |
| parents | a46a40f1c30c |
| children | 2dc1a3e42a20 |
comparison
equal
deleted
inserted
replaced
| 15306:00619dd2f972 | 15307:08ce5fa97ce3 |
|---|---|
| 1222 DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0, | 1222 DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0, |
| 1223 "Select buffer BUFFER in some window, preferably a different one.\n\ | 1223 "Select buffer BUFFER in some window, preferably a different one.\n\ |
| 1224 If BUFFER is nil, then some other buffer is chosen.\n\ | 1224 If BUFFER is nil, then some other buffer is chosen.\n\ |
| 1225 If `pop-up-windows' is non-nil, windows can be split to do this.\n\ | 1225 If `pop-up-windows' is non-nil, windows can be split to do this.\n\ |
| 1226 If optional second arg OTHER-WINDOW is non-nil, insist on finding another\n\ | 1226 If optional second arg OTHER-WINDOW is non-nil, insist on finding another\n\ |
| 1227 window even if BUFFER is already visible in the selected window.") | 1227 window even if BUFFER is already visible in the selected window.\n\ |
| 1228 This uses the function `display-buffer' as a subroutine; see the documentation\n\ | |
| 1229 of `display-buffer' for additional customization information.") | |
| 1228 (buffer, other_window) | 1230 (buffer, other_window) |
| 1229 Lisp_Object buffer, other_window; | 1231 Lisp_Object buffer, other_window; |
| 1230 { | 1232 { |
| 1231 register Lisp_Object buf; | 1233 register Lisp_Object buf; |
| 1232 if (NILP (buffer)) | 1234 if (NILP (buffer)) |
