aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPaul Eggert2017-04-14 12:42:03 -0700
committerPaul Eggert2017-04-14 12:42:31 -0700
commite6750596ef55352c260c200747bec3303e181fe8 (patch)
tree58dbe9af98440c8e2fd9f8a8c839e01f17918e01 /doc
parentfc05d4fec98387097c30a5c60e2f343cb797af26 (diff)
downloademacs-e6750596ef55352c260c200747bec3303e181fe8.tar.gz
emacs-e6750596ef55352c260c200747bec3303e181fe8.zip
; Spelling and minor wording fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/lispref/frames.texi4
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
2481On MS-Windows the @var{noactivate} argument has no effect. However, if 2481On 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
2483usualy does focus @var{frame} without raising it above other child 2483usually focuses @var{frame} without raising it above other child
2484frames. 2484frames.
2485 2485
2486If there is no window system support, this function does nothing. 2486If 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.
2835child and a parent frame. Also, the relative roles of child and parent 2835child and a parent frame. Also, the relative roles of child and parent
2836frame may be reversed at any time (though it's usually a good idea to 2836frame may be reversed at any time (though it's usually a good idea to
2837keep the size of child frames sufficiently smaller than that of their 2837keep the size of child frames sufficiently smaller than that of their
2838parent). An error will be signalled for the attempt to make a frame an 2838parent). An error will be signaled for the attempt to make a frame an
2839ancestor of itself. 2839ancestor 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})