changeset 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 954f611b27dc
children c7151fe5a933
files src/frame.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.c	Sun Jul 26 17:26:29 2009 +0000
+++ b/src/frame.c	Sun Jul 26 19:16:16 2009 +0000
@@ -891,9 +891,9 @@
 something to select a different frame, or until the next time
 this function is called.  If you are using a window system, the
 previously selected frame may be restored as the selected frame
-after return to the command loop, because it still may have the
-window system's input focus.  On a text-only terminal, the next
-redisplay will display FRAME.
+when returning to the command loop, because it still may have 
+the window system's input focus.  On a text-only terminal, the 
+next redisplay will display FRAME.
 
 This function returns FRAME, or nil if FRAME has been deleted.  */)
      (frame, norecord)