TerminalView.st
changeset 4223 020aad6311b5
parent 4222 7de7ab92ac71
child 4250 7c940d59fc4e
--- a/TerminalView.st	Fri May 24 16:42:52 2013 +0200
+++ b/TerminalView.st	Mon May 27 10:17:16 2013 +0200
@@ -56,9 +56,9 @@
         telnet-views (see TelnetTool)
         editor wrappers (if you like emacs/vi)
 
-    <<although my class protocol includes common startup protocol
+    Although my class protocol includes common startup protocol
     (to open a terminalView with a shell or on the output of a command),
-    I can be used as a widget within an application (Modem software).
+    I can be used as a widget within an application (modem software).
 
     [author:]
         Claus Gittinger
@@ -2003,11 +2003,11 @@
 !TerminalView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.136 2013-05-24 14:42:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.137 2013-05-27 08:17:16 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.136 2013-05-24 14:42:52 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg2/TerminalView.st,v 1.137 2013-05-27 08:17:16 cg Exp $'
 ! !