changeset 5602:a8f081e90aee

Comment change.
author Paul Reilly <pmr@pajato.com>
date Sat, 15 Jan 1994 21:10:50 +0000
parents 8353962cfd74
children f369023b3cc3
files src/xmenu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Sat Jan 15 16:24:47 1994 +0000
+++ b/src/xmenu.c	Sat Jan 15 21:10:50 1994 +0000
@@ -339,7 +339,7 @@
      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;