summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-01-07 09:03:23 +0000
committerRichard M. Stallman <rms@gnu.org>1997-01-07 09:03:23 +0000
commit2e6b42a046da8fa601674a4dbd200c94d924fe24 (patch)
tree23485dadb92779ae30f58cea0e07e5c13c17f6ec
parenta9141c9d79e0e912d2c5d34d48f9f2145d0c66cf (diff)
downloademacs-2e6b42a046da8fa601674a4dbd200c94d924fe24.tar.gz
Fix typo editing previous change.
-rw-r--r--src/buffer.c4
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.")
: selected_window,
buf);
- 3eturn buf;
+ return buf;
}
-DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0,
+DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 3, 0,
"Select buffer BUFFER in some window, preferably a different one.\n\
If BUFFER is nil, then some other buffer is chosen.\n\
If `pop-up-windows' is non-nil, windows can be split to do this.\n\