diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 12:11:48 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:05 -0400 |
commit | 27a0e2c447f834d0bd3c422aa2d849c96b408e9a (patch) | |
tree | 4fb791882d1e543d74f2eb04f5b90419e4782156 /system/eltclsh | |
parent | e4d5db046a4420ee39013a1375b9487068ef9b7c (diff) |
system/eltclsh: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/eltclsh')
-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 7e996206e698..f8c7d5bb62e6 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. |