From 3bfabe2531f6515086eb8f522775f945e0bc347f Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Sun, 26 Jul 2009 19:16:16 +0000 Subject: [PATCH] Slightly fix the docstring of `select-frame'. --- src/frame.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/frame.c b/src/frame.c index fa50d8752df..06b934d86ce 100644 --- a/src/frame.c +++ b/src/frame.c @@ -891,9 +891,9 @@ The selection of FRAME lasts until the next time the user does 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) -- 2.39.2