@item args-out-of-range
The message is @samp{Args out of range}. This happens when trying to
access an element beyond the range of a sequence, buffer, or other
-container-like object. @xref{Sequences Arrays Vectors}, and
-@xref{Text}.
+container-like object. @xref{Sequences Arrays Vectors}, and see
+@ref{Text}.
@item arith-error
The message is @samp{Arithmetic error}. This occurs when trying to
perform integer division by zero. @xref{Numeric Conversions}, and
-@xref{Arithmetic Operations}.
+see @ref{Arithmetic Operations}.
@item beginning-of-buffer
The message is @samp{Beginning of buffer}. @xref{Character Motion}.
parentheses. Conventionally raised with three argument: a
human-readable error message, the start of the obstacle that cannot be
moved over, and the end of the obstacle. @xref{List Motion}, and
-@xref{Parsing Expressions}.
+see @ref{Parsing Expressions}.
@item search-failed
The message is @samp{Search failed}. @xref{Searching and Matching}.
@item user-search-failed
This is like @samp{search-failed}, but doesn't trigger the debugger,
-like @samp{user-error}. @xref{Signaling Errors}, and @xref{Searching
-and Matching}. This is used for searching in Info files, @xref{Search
+like @samp{user-error}. @xref{Signaling Errors}, and see @ref{Searching
+and Matching}. This is used for searching in Info files, see @ref{Search
Text,,,info,Info}.
@item void-function
@item markers
The markers that refer to this buffer. This is actually a single
-marker, and successive elements in its marker @code{chain} are the other
-markers referring to this buffer text.
+marker, and successive elements in its marker @dfn{chain} (a linked
+list) are the other markers referring to this buffer text.
@item intervals
The interval tree which records the text properties of this buffer.