From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Tromey To: Insight List Subject: Patch: trivial comment update Date: Thu, 30 Nov 2000 16:52:00 -0000 Message-id: <87wvdlrm0t.fsf@creche.cygnus.com> X-SW-Source: 2000-q4/msg00345.html Are the insight rules like gcc/gdb/etc rules? Can I check in obvious fixes? Here's one. 2000-11-30 Tom Tromey * library/balloon.tcl (balloon): Document `balloon withdraw'. Tom Index: libgui/library/balloon.tcl =================================================================== RCS file: /cvs/src/src/libgui/library/balloon.tcl,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 balloon.tcl --- balloon.tcl 2000/02/07 00:19:47 1.1.1.1 +++ balloon.tcl 2000/12/01 00:49:25 @@ -1,5 +1,5 @@ # balloon.tcl - Balloon help. -# Copyright (C) 1997, 1998 Cygnus Solutions. +# Copyright (C) 1997, 1998, 2000 Cygnus Solutions. # Written by Tom Tromey . # KNOWN BUGS: @@ -523,6 +523,9 @@ # balloon help is on. If NAME is specified but empty, # no variable is set. If NAME not specified, then the # current variable name is returned. +# balloon withdraw WINDOW +# Withdraw the balloon window associated with WINDOW. This should +# be used sparingly. proc balloon {key args} { if {[info commands BALLOON_command_$key] == "" } then { error "unrecognized key \"$key\""