diff options
-rw-r--r-- | system/eltclsh/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/eltclsh/README b/system/eltclsh/README index 7e996206e698c..f8c7d5bb62e6f 100644 --- a/system/eltclsh/README +++ b/system/eltclsh/README @@ -1,8 +1,9 @@ -eltclsh (editline tcl shell) is an interactive shell for the TCL programming -language. It provides command line editing, history browsing as well as -variables and command completion thanks to editline features. The completion -engine is programmable in a way similar to tcsh, and comes with an intelligent -completion for the full tcl language by default. +eltclsh (editline tcl shell) is an interactive shell for the TCL +programming language. It provides command line editing, history +browsing as well as variables and command completion thanks to +editline features. The completion engine is programmable in a way +similar to tcsh, and comes with an intelligent completion for the full +tcl language by default. The package also provides elwish, an interactive interpreter for the Tk toolkit. |