diff options
author | Štěpán Němec <stepnem@gmail.com> | 2020-02-25 13:53:14 +0100 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2020-02-28 15:21:55 +0200 |
commit | ff729e3f975f8391658cf22c4715552054ed25c1 (patch) | |
tree | 07ef0df7ac2a58cff0c203d36f123f8b175c08b9 /doc/lispref/frames.texi | |
parent | 696ee02c3a40cf0e19f963cfaf8004ca42f7e897 (diff) | |
download | emacs-ff729e3f975f8391658cf22c4715552054ed25c1.tar.gz emacs-ff729e3f975f8391658cf22c4715552054ed25c1.tar.bz2 emacs-ff729e3f975f8391658cf22c4715552054ed25c1.zip |
; bug#39779: Fix some typos in documentation.
Diffstat (limited to 'doc/lispref/frames.texi')
-rw-r--r-- | doc/lispref/frames.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/frames.texi b/doc/lispref/frames.texi index d855ecc0b96..26546ab0964 100644 --- a/doc/lispref/frames.texi +++ b/doc/lispref/frames.texi @@ -3260,7 +3260,7 @@ that deletion fails for whatever reason, the child frame is made a top-level frame. Whether a child frame can have a menu or tool bar is window-system or -window manager dependent. Most window-systems explicitly disallow menus +window manager dependent. Most window-systems explicitly disallow menu bars for child frames. It seems advisable to disable both, menu and tool bars, via the frame's initial parameters settings. |