comparison src/window.c @ 56089:36a475d543b8

(Fselect_window): Doc fix.
author Richard M. Stallman <rms@gnu.org>
date Sun, 13 Jun 2004 22:27:53 +0000
parents a58f6db8bf3d
children 7b713bd3dad4 38500c0c86ab
comparison
equal deleted inserted replaced
56088:a7a676c680d4 56089:36a475d543b8
3060 /* Note that selected_window can be nil 3060 /* Note that selected_window can be nil
3061 when this is called from Fset_window_configuration. */ 3061 when this is called from Fset_window_configuration. */
3062 3062
3063 DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0, 3063 DEFUN ("select-window", Fselect_window, Sselect_window, 1, 2, 0,
3064 doc: /* Select WINDOW. Most editing will apply to WINDOW's buffer. 3064 doc: /* Select WINDOW. Most editing will apply to WINDOW's buffer.
3065 If WINDOW is not already selected, also make WINDOW's buffer current. 3065 If WINDOW is not already selected, make WINDOW's buffer current
3066 Also make WINDOW the frame's selected window. 3066 and make WINDOW the frame's selected window.
3067 Optional second arg NORECORD non-nil means 3067 Optional second arg NORECORD non-nil means
3068 do not put this buffer at the front of the list of recently selected ones. 3068 do not put this buffer at the front of the list of recently selected ones.
3069 3069
3070 Note that the main editor command loop 3070 Note that the main editor command loop
3071 selects the buffer of the selected window before each command. */) 3071 selects the buffer of the selected window before each command. */)