aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-04-27 02:09:56 +0000
committerRichard M. Stallman1996-04-27 02:09:56 +0000
commitad6cd733f464e5cde8d06bdc46912dd84a1fad20 (patch)
tree703fe5bf2b928f1c717200f2d38d63d4ac569574 /src
parent199607e4f7b9c2378c61bfacce4792cb0c34a54d (diff)
downloademacs-ad6cd733f464e5cde8d06bdc46912dd84a1fad20.tar.gz
emacs-ad6cd733f464e5cde8d06bdc46912dd84a1fad20.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/frame.h8
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
106 Lisp_Object scroll_bars; 106 Lisp_Object scroll_bars;
107 Lisp_Object condemned_scroll_bars; 107 Lisp_Object condemned_scroll_bars;
108 108
109 /* List of elements to display in the menu bar. 109 /* Vector describing the items to display in the menu bar.
110 The elements have the form (KEY STRING . nil) to start; 110 Each item has four elements in this vector.
111 when they are displayed, the hpos of the left edge goes in the cddr. */ 111 They are KEY, STRING, SUBMAP, and HPOS.
112 (HPOS is not used in when the X toolkit is in use.)
113 There are four additional elements of nil at the end, to terminate. */
112 Lisp_Object menu_bar_items; 114 Lisp_Object menu_bar_items;
113 115
114 /* Alist of elements (FACE-NAME . FACE-VECTOR-DATA). */ 116 /* Alist of elements (FACE-NAME . FACE-VECTOR-DATA). */