diff options
| -rw-r--r-- | src/buffer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buffer.c b/src/buffer.c index b52c990bc40..2c3ffdce136 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -1238,10 +1238,10 @@ the window-buffer correspondences.") | |||
| 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\ |