.
authorclaus
Wed, 17 May 1995 14:22:21 +0200
changeset 76 e4458543dda2
parent 75 a53337dc3e19
child 77 e846c6f3ac50
.
PlugAdptr.st
PluggableAdaptor.st
--- a/PlugAdptr.st	Tue May 16 19:14:48 1995 +0200
+++ b/PlugAdptr.st	Wed May 17 14:22:21 1995 +0200
@@ -35,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.1 1995-05-16 17:13:33 claus Exp $
+$Header: /cvs/stx/stx/libview2/Attic/PlugAdptr.st,v 1.2 1995-05-17 12:22:21 claus Exp $
 "
 !
 
@@ -48,8 +48,12 @@
     any other adapter can be simulated. However, they incur certain
     overhead and complexity, so in many situations, an AspectAdaptor or
     is the better choice.
+"
+!
 
-    example (an adaptor for the variable x):
+examples 
+"
+    an adaptor for the variable x:
 
 	|m x t|
 
@@ -64,7 +68,7 @@
 
 
 
-    example (an adaptor to send #destroy):
+    an adaptor to send #destroy:
 
 	|m t|
 
--- a/PluggableAdaptor.st	Tue May 16 19:14:48 1995 +0200
+++ b/PluggableAdaptor.st	Wed May 17 14:22:21 1995 +0200
@@ -35,7 +35,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.1 1995-05-16 17:13:33 claus Exp $
+$Header: /cvs/stx/stx/libview2/PluggableAdaptor.st,v 1.2 1995-05-17 12:22:21 claus Exp $
 "
 !
 
@@ -48,8 +48,12 @@
     any other adapter can be simulated. However, they incur certain
     overhead and complexity, so in many situations, an AspectAdaptor or
     is the better choice.
+"
+!
 
-    example (an adaptor for the variable x):
+examples 
+"
+    an adaptor for the variable x:
 
 	|m x t|
 
@@ -64,7 +68,7 @@
 
 
 
-    example (an adaptor to send #destroy):
+    an adaptor to send #destroy:
 
 	|m t|