# HG changeset patch # User Karl Heuer # Date 793433132 0 # Node ID 6f71ef20581c2664fb2910ac970c1be19a7a09d3 # Parent 89f52241148fe8e465cd763366f3302ecafffd91 Update comments to reflect changes in xmenu.c. diff -r 89f52241148f -r 6f71ef20581c src/termhooks.h --- a/src/termhooks.h Wed Feb 22 03:06:08 1995 +0000 +++ b/src/termhooks.h Wed Feb 22 06:05:32 1995 +0000 @@ -249,7 +249,7 @@ buffer_switch_event, /* A process filter has switched buffers. */ delete_window_event, /* An X client said "delete this window". */ menu_bar_event, /* An event generated by the menu bar. - The frame_or_window field holds the + The frame_or_window field's cdr holds the Lisp-level event value. (Only the toolkit version uses these.) */ iconify_event, /* An X client iconified this window. */ @@ -278,8 +278,8 @@ /* This field is copied into a vector while the event is in the queue, so that garbage collections won't kill it. */ - /* In a menu_bar_event, this holds the Lisp object - that is the event's value. */ + /* In a menu_bar_event, this is a cons cell whose car is the frame + and whose cdr is the Lisp object that is the event's value. */ Lisp_Object frame_or_window; int modifiers; /* See enum below for interpretation. */