diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/frame.c | 6 |
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 | |||
| 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) |