comparison src/frame.c @ 104074:8a91154e34a2

Slightly fix the docstring of `select-frame'.
author Bastien Guerry <bzg@altern.org>
date Sun, 26 Jul 2009 19:16:16 +0000
parents 6a4e411bd83b
children d76b30182911
comparison
equal deleted inserted replaced
104073:954f611b27dc 104074:8a91154e34a2
889 889
890 The selection of FRAME lasts until the next time the user does 890 The selection of FRAME lasts until the next time the user does
891 something to select a different frame, or until the next time 891 something to select a different frame, or until the next time
892 this function is called. If you are using a window system, the 892 this function is called. If you are using a window system, the
893 previously selected frame may be restored as the selected frame 893 previously selected frame may be restored as the selected frame
894 after return to the command loop, because it still may have the 894 when returning to the command loop, because it still may have
895 window system's input focus. On a text-only terminal, the next 895 the window system's input focus. On a text-only terminal, the
896 redisplay will display FRAME. 896 next redisplay will display FRAME.
897 897
898 This function returns FRAME, or nil if FRAME has been deleted. */) 898 This function returns FRAME, or nil if FRAME has been deleted. */)
899 (frame, norecord) 899 (frame, norecord)
900 Lisp_Object frame, norecord; 900 Lisp_Object frame, norecord;
901 { 901 {