# HG changeset patch # User Richard M. Stallman # Date 1007268906 0 # Node ID 32d440813da12acca788a5d960f4342e6c50a4a9 # Parent 27b70bc263d6619be3ade9c9310d85c363aa85c2 (_widget_value): `help' has type Lisp_Object. diff -r 27b70bc263d6 -r 32d440813da1 lwlib/lwlib.h --- a/lwlib/lwlib.h Sun Dec 02 04:52:12 2001 +0000 +++ b/lwlib/lwlib.h Sun Dec 02 04:55:06 2001 +0000 @@ -54,7 +54,7 @@ SEPARATOR_SHADOW_ETCHED_IN_DASH, SEPARATOR_SHADOW_ETCHED_OUT_DASH, - /* The following are supported by XEmacs' Lucid menus. */ + /* The following are supported by Lucid menus. */ SEPARATOR_SHADOW_DOUBLE_ETCHED_IN, SEPARATOR_SHADOW_DOUBLE_ETCHED_OUT, SEPARATOR_SHADOW_DOUBLE_ETCHED_IN_DASH, @@ -69,8 +69,10 @@ char* value; /* keyboard equivalent. no implications for XtTranslations */ char* key; - /* Help string or null if none. */ - char *help; + /* Help string or nil if none. + GC finds this string through the frame's menu_bar_vector + or through menu_items. */ + Lisp_Object help; /* true if enabled */ Boolean enabled; /* true if selected */