aboutsummaryrefslogtreecommitdiff
path: root/rlprompt.tcl
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2023-05-06 09:12:15 +1000
committerSteve Bennett <steveb@workware.net.au>2023-05-06 12:45:39 +1000
commitf0700651b00e792a05481ad6909f583f9cdbc863 (patch)
tree6ea90416c0d3097e13efd20a2b8ffc03192a29bb /rlprompt.tcl
parent4e0e776b2b722302c9e3d622340599ea1f9e4fe0 (diff)
downloadjimtcl-f0700651b00e792a05481ad6909f583f9cdbc863.zip
jimtcl-f0700651b00e792a05481ad6909f583f9cdbc863.tar.gz
jimtcl-f0700651b00e792a05481ad6909f583f9cdbc863.tar.bz2
rlprompt.tcl: Update comment instructions
At some point $jim_interactive changed to the Tcl-compatible $tcl_interactive Signed-off-by: Steve Bennett <steveb@workware.net.au>
Diffstat (limited to 'rlprompt.tcl')
-rw-r--r--rlprompt.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/rlprompt.tcl b/rlprompt.tcl
index cdd78d4..90a123e 100644
--- a/rlprompt.tcl
+++ b/rlprompt.tcl
@@ -4,7 +4,7 @@
# In order to automatically have readline-editing features
# put this in your $HOME/.jimrc
#
-# if {$jim_interactive} {
+# if {$tcl_interactive} {
# if {[catch {package require rlprompt}] == 0} {
# rlprompt.shell
# }