Tk Library Source Code

Artifact [b135bfd368]
Login

Artifact b135bfd368ad8d2b11d9a90cab22bbf4a32f4aa2:

Attachment "fix.diff" to ticket [977354ffff] added by mistachkin 2004-06-22 17:49:58.
Index: tkchat.tcl
===================================================================
RCS file: /cvsroot/tcllib/tclapps/apps/tkchat/tkchat.tcl,v
retrieving revision 1.164
diff -b -u -r1.164 tkchat.tcl
--- tkchat.tcl	4 Jun 2004 07:52:41 -0000	1.164
+++ tkchat.tcl	22 Jun 2004 10:47:46 -0000
@@ -2571,9 +2571,10 @@
 	"/alias <name> <type> <body>\ttype is 'proc' or 'script',\
 	  type proc takes exactly one argument.\n\
 	  \t\t\te.g: /alias foo script addSystem \"test!\"\n" {} \
-	"\t\t\t	    /alias foo proc thisProc\n" {} \
-	"\t\t\t	    proc thisProc { arguments } { addSystem \$arguments }\n" {} \
-	"/unalias <pattern>\t\t/unalias f*\n" {} \
+	"\t\t\t/alias foo proc thisProc\n" {} \
+	"\t\t\tproc thisProc { arguments } { addSystem \$arguments }\n" {} \
+	"/unalias <pattern>\t\tremoves one or more aliases.\n\
+    \t\t\te.g: /unalias f*\n" {} \
 	"Searching\n" h1 \
 	"/?<text>\t\t\tsearch the chat buffer for matching text.\
 	 Repeating the command will progress\n\t\t\tto the previous match\n" {} \