#DOCUMENTATION by cg
authorClaus Gittinger <cg@exept.de>
Tue, 15 May 2018 18:15:43 +0200
changeset 4672 8cc550f23f56
parent 4671 4943f9446d1c
child 4673 9a0b7710fe9d
#DOCUMENTATION by cg class: Cons comment/format in: #append:
Cons.st
--- a/Cons.st	Mon May 14 22:41:50 2018 +0200
+++ b/Cons.st	Tue May 15 18:15:43 2018 +0200
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "
  COPYRIGHT (c) 2002 by eXept Software AG
               All Rights Reserved
@@ -473,7 +475,7 @@
 append:aCons
     "for lispers:
      append the arg. Return a new list, where the 2nd part is shared.
-     Destructive: the receivers last cdr is modified."
+     Destructive: the receiver's last cdr is modified."
 
     |p rest|