aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/frame.c6
1 files 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
891something to select a different frame, or until the next time 891something to select a different frame, or until the next time
892this function is called. If you are using a window system, the 892this function is called. If you are using a window system, the
893previously selected frame may be restored as the selected frame 893previously selected frame may be restored as the selected frame
894after return to the command loop, because it still may have the 894when returning to the command loop, because it still may have
895window system's input focus. On a text-only terminal, the next 895the window system's input focus. On a text-only terminal, the
896redisplay will display FRAME. 896next redisplay will display FRAME.
897 897
898This function returns FRAME, or nil if FRAME has been deleted. */) 898This function returns FRAME, or nil if FRAME has been deleted. */)
899 (frame, norecord) 899 (frame, norecord)