diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-04-27 02:09:56 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-04-27 02:09:56 +0000 |
commit | ad6cd733f464e5cde8d06bdc46912dd84a1fad20 (patch) | |
tree | 703fe5bf2b928f1c717200f2d38d63d4ac569574 /src | |
parent | 199607e4f7b9c2378c61bfacce4792cb0c34a54d (diff) | |
download | emacs-ad6cd733f464e5cde8d06bdc46912dd84a1fad20.tar.gz |
Comment change.
Diffstat (limited to 'src')
-rw-r--r-- | src/frame.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/frame.h b/src/frame.h index ed853205b3c..2f4828e7d6d 100644 --- a/src/frame.h +++ b/src/frame.h @@ -106,9 +106,11 @@ struct frame 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). */ |