diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/frames.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index 9a32f0045a2..8fc4d7d6497 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi | |||
| @@ -2480,7 +2480,7 @@ raise @var{frame} above other frames. | |||
| 2480 | 2480 | ||
| 2481 | On MS-Windows the @var{noactivate} argument has no effect. However, if | 2481 | On MS-Windows the @var{noactivate} argument has no effect. However, if |
| 2482 | @var{frame} is a child frame (@pxref{Child Frames}), this function | 2482 | @var{frame} is a child frame (@pxref{Child Frames}), this function |
| 2483 | usualy does focus @var{frame} without raising it above other child | 2483 | usually focuses @var{frame} without raising it above other child |
| 2484 | frames. | 2484 | frames. |
| 2485 | 2485 | ||
| 2486 | If there is no window system support, this function does nothing. | 2486 | If there is no window system support, this function does nothing. |
| @@ -2835,7 +2835,7 @@ whose window-system window is a child of its display's root window. | |||
| 2835 | child and a parent frame. Also, the relative roles of child and parent | 2835 | child and a parent frame. Also, the relative roles of child and parent |
| 2836 | frame may be reversed at any time (though it's usually a good idea to | 2836 | frame may be reversed at any time (though it's usually a good idea to |
| 2837 | keep the size of child frames sufficiently smaller than that of their | 2837 | keep the size of child frames sufficiently smaller than that of their |
| 2838 | parent). An error will be signalled for the attempt to make a frame an | 2838 | parent). An error will be signaled for the attempt to make a frame an |
| 2839 | ancestor of itself. | 2839 | ancestor of itself. |
| 2840 | 2840 | ||
| 2841 | A child frame is clipped at the native edges (@pxref{Frame Geometry}) | 2841 | A child frame is clipped at the native edges (@pxref{Frame Geometry}) |