]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fselect_window): Doc fix.
authorRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 2004 22:27:53 +0000 (22:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 13 Jun 2004 22:27:53 +0000 (22:27 +0000)
src/window.c

index c2927c2ea81a63f7367240be732c9bc0cd7834a6..8ef903e68fb91a67dfe103247ba2f664c1de22ec 100644 (file)
@@ -3062,8 +3062,8 @@ defaults.  */)
 
 DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0,
        doc: /* Select WINDOW.  Most editing will apply to WINDOW's buffer.
-If WINDOW is not already selected, also make WINDOW's buffer current.
-Also make WINDOW the frame's selected window.
+If WINDOW is not already selected, make WINDOW's buffer current
+and make WINDOW the frame's selected window.
 Optional second arg NORECORD non-nil means
 do not put this buffer at the front of the list of recently selected ones.