aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Rudalics2017-10-14 10:30:09 +0200
committerMartin Rudalics2017-10-14 10:30:09 +0200
commit4e59ecc646e88a7a756f1850d92fd2b8780513eb (patch)
treea4f392be09ce390f9f67133a46e74f3261393b08
parenteda9f5018cdf8e23f47f5f7421539ce56ed7148b (diff)
downloademacs-4e59ecc646e88a7a756f1850d92fd2b8780513eb.tar.gz
emacs-4e59ecc646e88a7a756f1850d92fd2b8780513eb.zip
Fix wording in Elisp manual's child frames section (Bug#28819)
* doc/lispref/frames.texi (Child Frames): Fix wording (Bug#28819).
-rw-r--r--doc/lispref/frames.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi
index 07a8b825026..ad853418ac4 100644
--- a/doc/lispref/frames.texi
+++ b/doc/lispref/frames.texi
@@ -3202,7 +3202,7 @@ a number of other ways as well. Here we sketch a few of them:
3202@item 3202@item
3203The semantics of maximizing and iconifying child frames is highly 3203The semantics of maximizing and iconifying child frames is highly
3204window-system dependent. As a rule, applications should never invoke 3204window-system dependent. As a rule, applications should never invoke
3205these operations for on frames. By default, invoking 3205these operations on child frames. By default, invoking
3206@code{iconify-frame} on a child frame will try to iconify the top-level 3206@code{iconify-frame} on a child frame will try to iconify the top-level
3207frame corresponding to that child frame instead. To obtain a different 3207frame corresponding to that child frame instead. To obtain a different
3208behavior, users may customize the option @code{iconify-child-frame} 3208behavior, users may customize the option @code{iconify-child-frame}