aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/frames.texi
diff options
context:
space:
mode:
authorMartin Rudalics2017-12-10 10:38:08 +0100
committerMartin Rudalics2017-12-10 10:38:08 +0100
commita829cb8c8bc2bd05abf2e572be29eb53b28a9cf3 (patch)
tree3b40a9800eef6069024255a9cdf1d5215c24f73b /doc/lispref/frames.texi
parentad491c80e4b0cfc5be049eb397aa535ed74eade8 (diff)
downloademacs-a829cb8c8bc2bd05abf2e572be29eb53b28a9cf3.tar.gz
emacs-a829cb8c8bc2bd05abf2e572be29eb53b28a9cf3.zip
Remove sentence from child frames section in Elisp manual
* doc/lispref/frames.texi (Child Frames): Remove one sentence. Suggested by Bob Weiner <rsw@gnu.org>.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r--doc/lispref/frames.texi3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index a146061c771..ec75361ace3 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -3121,8 +3121,7 @@ while still being visible themselves.
3121their descendants as well, keeping their relative positions unaltered. 3121their descendants as well, keeping their relative positions unaltered.
3122Note that the hook @code{move-frame-functions} (@pxref{Frame Position}) 3122Note that the hook @code{move-frame-functions} (@pxref{Frame Position})
3123is run for a child frame only when the position of the child frame 3123is run for a child frame only when the position of the child frame
3124relative to its parent frame changes. It is not run for a child frame 3124relative to its parent frame changes.
3125when the position of the parent frame changes.
3126 3125
3127 When a parent frame is resized, its child frames conceptually retain 3126 When a parent frame is resized, its child frames conceptually retain
3128their previous sizes and their positions relative to the left upper 3127their previous sizes and their positions relative to the left upper