diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-10-11 20:17:52 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-10-11 20:17:52 +0000 |
commit | 0f6b12c9582e91a49da8de65b1e4ec7d20dd54eb (patch) | |
tree | 6c6dad4214821f1a352240bf521e7398af06004c /lispref | |
parent | cbe0db0d8959464c69861fccfa6f23a69a30e740 (diff) | |
download | emacs-0f6b12c9582e91a49da8de65b1e4ec7d20dd54eb.tar.gz |
menu-bar-lines fix.
Diffstat (limited to 'lispref')
-rw-r--r-- | lispref/frames.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi index e60fcf12fd6..8d912d64c23 100644 --- a/lispref/frames.texi +++ b/lispref/frames.texi @@ -289,7 +289,9 @@ iconified. @xref{Visibility of Frames}. @item menu-bar-lines The number of lines to allocate at the top of the frame for a menu bar. -The default is 1. @xref{Menu Bar}. +The default is 1. @xref{Menu Bar}. (In Emacs versions that use the X +toolkit, there is only one menu bar line; all that matters about the +number you specify is whether it is greater than zero.) @item parent-id @c ??? Not yet working. |