Mercurial > emacs
changeset 56089:36a475d543b8
(Fselect_window): Doc fix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 13 Jun 2004 22:27:53 +0000 |
parents | a7a676c680d4 |
children | 79f4b9a05479 |
files | src/window.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/window.c Sun Jun 13 22:25:34 2004 +0000 +++ b/src/window.c Sun Jun 13 22:27:53 2004 +0000 @@ -3062,8 +3062,8 @@ 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.