aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1997-01-07 09:03:23 +0000
committerRichard M. Stallman1997-01-07 09:03:23 +0000
commitcd0c235a9d08f208a6419829a25e34347019f220 (patch)
tree8602bcc4ad65a8d20ea9bb2513bf5e490335a5cb
parent5c4491697ae28c426d29db170a12dbebf39b8367 (diff)
downloademacs-cd0c235a9d08f208a6419829a25e34347019f220.tar.gz
emacs-cd0c235a9d08f208a6419829a25e34347019f220.zip
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.")
1238 : selected_window, 1238 : selected_window,
1239 buf); 1239 buf);
1240 1240
1241 3eturn buf; 1241 return buf;
1242} 1242}
1243 1243
1244DEFUN ("pop-to-buffer", Fpop_to_buffer, Spop_to_buffer, 1, 2, 0, 1244DEFUN ("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\
1246If BUFFER is nil, then some other buffer is chosen.\n\ 1246If BUFFER is nil, then some other buffer is chosen.\n\
1247If `pop-up-windows' is non-nil, windows can be split to do this.\n\ 1247If `pop-up-windows' is non-nil, windows can be split to do this.\n\