From: Richard M. Stallman Date: Tue, 11 Oct 1994 20:17:52 +0000 (+0000) Subject: menu-bar-lines fix. X-Git-Tag: emacs-19.34~6401 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f6b12c9582e91a49da8de65b1e4ec7d20dd54eb;p=emacs.git menu-bar-lines fix. --- 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.