# HG changeset patch # User Richard M. Stallman # Date 830570996 0 # Node ID a3c8776451ce18efc9056be4cc305abede557b65 # Parent 32c26cb9e0788126233b0ae5f01ea98cb90ea0eb Comment change. diff -r 32c26cb9e078 -r a3c8776451ce src/frame.h --- a/src/frame.h Sat Apr 27 01:14:17 1996 +0000 +++ b/src/frame.h Sat Apr 27 02:09:56 1996 +0000 @@ -106,9 +106,11 @@ Lisp_Object scroll_bars; Lisp_Object condemned_scroll_bars; - /* List of elements to display in the menu bar. - The elements have the form (KEY STRING . nil) to start; - when they are displayed, the hpos of the left edge goes in the cddr. */ + /* Vector describing the items to display in the menu bar. + Each item has four elements in this vector. + They are KEY, STRING, SUBMAP, and HPOS. + (HPOS is not used in when the X toolkit is in use.) + There are four additional elements of nil at the end, to terminate. */ Lisp_Object menu_bar_items; /* Alist of elements (FACE-NAME . FACE-VECTOR-DATA). */