diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-01-07 09:03:23 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-01-07 09:03:23 +0000 |
commit | 2e6b42a046da8fa601674a4dbd200c94d924fe24 (patch) | |
tree | 23485dadb92779ae30f58cea0e07e5c13c17f6ec /src/buffer.c | |
parent | a9141c9d79e0e912d2c5d34d48f9f2145d0c66cf (diff) | |
download | emacs-2e6b42a046da8fa601674a4dbd200c94d924fe24.tar.gz |
Fix typo editing previous change.
Diffstat (limited to 'src/buffer.c')
-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.") : 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\ |