Mercurial > emacs
comparison src/buffer.c @ 16840:299b0e0f0a93
Fix typo editing previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Tue, 07 Jan 1997 09:03:23 +0000 |
| parents | 4792e73d511f |
| children | 907fb167f7de |
comparison
equal
deleted
inserted
replaced
| 16839:daaa2c5bb40a | 16840:299b0e0f0a93 |
|---|---|
| 1236 Fset_window_buffer (EQ (selected_window, minibuf_window) | 1236 Fset_window_buffer (EQ (selected_window, minibuf_window) |
| 1237 ? Fnext_window (minibuf_window, Qnil, Qnil) | 1237 ? Fnext_window (minibuf_window, Qnil, Qnil) |
| 1238 : selected_window, | 1238 : selected_window, |
| 1239 buf); | 1239 buf); |
| 1240 | 1240 |
| 1241 3eturn buf; | 1241 return buf; |
| 1242 } | 1242 } |
| 1243 | 1243 |
| 1244 DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0, | 1244 DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 3, 0, |
| 1245 "Select buffer BUFFER in some window, preferably a different one.\n\ | 1245 "Select buffer BUFFER in some window, preferably a different one.\n\ |
| 1246 If BUFFER is nil, then some other buffer is chosen.\n\ | 1246 If BUFFER is nil, then some other buffer is chosen.\n\ |
| 1247 If `pop-up-windows' is non-nil, windows can be split to do this.\n\ | 1247 If `pop-up-windows' is non-nil, windows can be split to do this.\n\ |
| 1248 If optional second arg OTHER-WINDOW is non-nil, insist on finding another\n\ | 1248 If optional second arg OTHER-WINDOW is non-nil, insist on finding another\n\ |
| 1249 window even if BUFFER is already visible in the selected window.\n\ | 1249 window even if BUFFER is already visible in the selected window.\n\ |
