]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment change.
authorPaul Reilly <pmr@pajato.com>
Sat, 15 Jan 1994 21:10:50 +0000 (21:10 +0000)
committerPaul Reilly <pmr@pajato.com>
Sat, 15 Jan 1994 21:10:50 +0000 (21:10 +0000)
src/xmenu.c

index 9fcd49f8a85e87f5da855b68d0c674348c05ce4e..cb47294be96c6cb5d41e980f61c454d5b47db75c 100644 (file)
@@ -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;