system/eltclsh: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 12:11:48 -04:00
parent e4d5db046a
commit 27a0e2c447
1 changed files with 6 additions and 5 deletions

View File

@ -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.