doc/misc.tex: Document many utilities.
[sod] / doc / concepts.tex
index 495356f..eae67aa 100644 (file)
@@ -314,8 +314,8 @@ qualified by the defining class's nickname.
 As well as defining slot names and types, a class can also associate an
 \emph{initial value} with each slot defined by itself or one of its
 superclasses.  A class $C$ provides an \emph{initialization message} (see
-\xref{sec:concepts.lifecycle.birth}, and
-\xref{sec:structures.root.sodobject}) whose methods set the slots of a
+\xref[\instead{sections}]{sec:concepts.lifecycle.birth}, and
+\ref{sec:structures.root.sodobject}) whose methods set the slots of a
 \emph{direct} instance of the class to the correct initial values.  If
 several of $C$'s superclasses define initializers for the same slot then the
 initializer from the most specific such class is used.  If none of $C$'s