(Symbol Props): Remove unnecessarily specific
authorNeil Jerram <neil@ossau.uklinux.net>
Thu, 28 Sep 2006 07:32:40 +0000 (07:32 +0000)
committerNeil Jerram <neil@ossau.uklinux.net>
Thu, 28 Sep 2006 07:32:40 +0000 (07:32 +0000)
parenthesis about Guile 1.6's use of extra symbol slots.

doc/ref/ChangeLog
doc/ref/api-data.texi

index 0768f1d..f646fa8 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-28  Neil Jerram  <neil@ossau.uklinux.net>
+
+       * api-data.texi (Symbol Props): Remove unnecessarily specific
+       parenthesis about Guile 1.6's use of extra symbol slots.
+
 2006-09-26  Neil Jerram  <neil@ossau.uklinux.net>
 
        * scheme-using.texi (Using Guile in Emacs, GDS Introduction):
index 15eac2e..4534f8a 100755 (executable)
@@ -4674,10 +4674,8 @@ see @code{symbol-property}.
 @end deffn
 
 Support for these extra slots may be removed in a future release, and it
-is probably better to avoid using them.  (In release 1.6, Guile itself
-uses the property list slot sparingly, and the function slot not at
-all.)  For a more modern and Schemely approach to properties, see
-@ref{Object Properties}.
+is probably better to avoid using them.  For a more modern and Schemely
+approach to properties, see @ref{Object Properties}.
 
 
 @node Symbol Read Syntax