# HG changeset patch # User Chong Yidong # Date 1127695340 0 # Node ID fcbeba67c06c8543443fa736b288f4a3ecbb282c # Parent 3463261ab49a09a0d30e3a1059412cea72c01b5f * errors.texi (Standard Errors): Corrected xrefs. diff -r 3463261ab49a -r fcbeba67c06c lispref/ChangeLog --- a/lispref/ChangeLog Mon Sep 26 00:04:50 2005 +0000 +++ b/lispref/ChangeLog Mon Sep 26 00:42:20 2005 +0000 @@ -1,3 +1,7 @@ +2005-09-26 Chong Yidong + + * errors.texi (Standard Errors): Corrected xrefs. + 2005-09-18 Chong Yidong * display.texi (Defining Images): Updated documentation for diff -r 3463261ab49a -r fcbeba67c06c lispref/errors.texi --- a/lispref/errors.texi Mon Sep 26 00:04:50 2005 +0000 +++ b/lispref/errors.texi Mon Sep 26 00:42:20 2005 +0000 @@ -41,15 +41,17 @@ @item args-out-of-range @code{"Args out of range"}@* -@xref{Sequences Arrays Vectors}. +This happens when trying to access an element beyond the range of a +sequence or buffer.@* +@xref{Sequences Arrays Vectors}, @xref{Text}. @item arith-error @code{"Arithmetic error"}@* -See @code{/} and @code{%} in @ref{Numbers}. +@xref{Arithmetic Operations}. @item beginning-of-buffer @code{"Beginning of buffer"}@* -@xref{Motion}. +@xref{Character Motion}. @item buffer-read-only @code{"Buffer is read-only"}@* @@ -57,7 +59,7 @@ @item coding-system-error @code{"Invalid coding system"}@* -@xref{Coding Systems}. +@xref{Lisp and Coding Systems}. @item cyclic-function-indirection @code{"Symbol's chain of function indirections\@* contains a loop"}@* @@ -69,7 +71,7 @@ @item end-of-buffer @code{"End of buffer"}@* -@xref{Motion}. +@xref{Character Motion}. @item end-of-file @code{"End of file during parsing"}@* @@ -111,11 +113,11 @@ @item invalid-function @code{"Invalid function"}@* -@xref{Classifying Lists}. +@xref{Function Indirection}. @item invalid-read-syntax @code{"Invalid read syntax"}@* -@xref{Input Functions}. +@xref{Printed Representation}. @item invalid-regexp @code{"Invalid regexp"}@*