From: Paul Reilly Date: Sat, 15 Jan 1994 21:10:50 +0000 (+0000) Subject: Comment change. X-Git-Tag: emacs-19.34~10249 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86e7b62748342f8a1ea941bcf1c021c834ce67fa;p=emacs.git Comment change. --- diff --git a/src/xmenu.c b/src/xmenu.c index 9fcd49f8a85..cb47294be96 100644 --- a/src/xmenu.c +++ b/src/xmenu.c @@ -339,7 +339,7 @@ xmenu_show (parent, startx, starty, line_list, enable_list, pane_list, Window parent; int startx, starty; /* upper left corner position BROKEN */ char **line_list[]; /* list of strings for items */ - int *enable_list[]; /* list of strings for items */ + int *enable_list[]; /* enable flags of lines */ char *pane_list[]; /* list of pane titles */ Lisp_Object *prefixes; /* Prefix key for each pane */ char *title;