aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorBastien Guerry2009-07-26 19:16:16 +0000
committerBastien Guerry2009-07-26 19:16:16 +0000
commit3bfabe2531f6515086eb8f522775f945e0bc347f (patch)
tree9502e4b4209eae1cef7830c42f5bea831c50aa03 /src
parent57b7fad6458060df9eb2b7903e9b9e404fc07c9b (diff)
downloademacs-3bfabe2531f6515086eb8f522775f945e0bc347f.tar.gz
emacs-3bfabe2531f6515086eb8f522775f945e0bc347f.zip
Slightly fix the docstring of `select-frame'.
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)