diff --git a/lisp/progmodes/tcl.el b/lisp/progmodes/tcl.el index 7ffa6d41dacf..b63e6fb221ac 100644 --- a/lisp/progmodes/tcl.el +++ b/lisp/progmodes/tcl.el @@ -176,7 +176,7 @@ taken to mean `smart'. The default is nil." :type 'boolean :group 'tcl) -(defcustom tcl-application "wish" +(defcustom tcl-application "tclsh" "Name of Tcl program to run in inferior Tcl mode." :type 'string :group 'tcl)