diff options
| author | Bastien Guerry | 2009-07-26 19:16:16 +0000 |
|---|---|---|
| committer | Bastien Guerry | 2009-07-26 19:16:16 +0000 |
| commit | 3bfabe2531f6515086eb8f522775f945e0bc347f (patch) | |
| tree | 9502e4b4209eae1cef7830c42f5bea831c50aa03 /src | |
| parent | 57b7fad6458060df9eb2b7903e9b9e404fc07c9b (diff) | |
| download | emacs-3bfabe2531f6515086eb8f522775f945e0bc347f.tar.gz emacs-3bfabe2531f6515086eb8f522775f945e0bc347f.zip | |
Slightly fix the docstring of `select-frame'.
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) |