Last (for a little while) GOOPs doc fix
authorNeil Jerram <neil@ossau.uklinux.net>
Fri, 18 Feb 2011 23:10:54 +0000 (23:10 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Fri, 18 Feb 2011 23:10:54 +0000 (23:10 +0000)
* doc/ref/goops.texi (GOOPS Object Miscellany): Clarify that it would
  be instances being printed, not classes.

doc/ref/goops.texi

index c6d272e..95e71da 100644 (file)
@@ -1777,7 +1777,7 @@ as the Guile primitive @code{write} and @code{display} functions.
 
 In addition to the cases mentioned, you can of course define
 @code{write} and @code{display} methods for your own classes, to
-customize how they are printed.
+customize how instances of those classes are printed.
 
 
 @node The Metaobject Protocol