changeset 637:2f62fa434056

tj: Improve a comment.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Feb 2021 12:29:36 +0200
parents c3911a8c28e5
children 5260156d9521
files tj.tcl
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tj.tcl	Tue Feb 16 12:29:17 2021 +0200
+++ b/tj.tcl	Tue Feb 16 12:29:36 2021 +0200
@@ -466,7 +466,7 @@
       return 1
     }
 
-    # If empty, clear to global default id
+    # If given ID is empty or *, clear to global default id
     if {$uid == "" || $uid == "{}" || $uid == "*"} {
       set uid $tj_default_id
     } else {