diff --git a/pd/src/pd.tk b/pd/src/pd.tk index d6ee8fee64e41f792a3fa45de283e6503a2fb6f8..2b80e383b30140ff2090fd9dfd444a4e8b4ce6fe 100644 --- a/pd/src/pd.tk +++ b/pd/src/pd.tk @@ -8931,8 +8931,8 @@ proc pdtk_gettip { w item xletno name helpname dir } { } } # make Pd's comma atoms look pretty - regsub -all { \\,} $msg {,} msg - regsub -all {\n} $msg " " msg + regsub -all {\\,} $msg {,} msg + regsub -all {\n} $msg "" msg #regsub -all {\n\\,} $msg ",\n" msg pdtk_tip $w 0 1 $msg }