aboutsummaryrefslogtreecommitdiffstats
path: root/lispref
diff options
context:
space:
mode:
authorChong Yidong <[email protected]>2005-09-26 00:42:20 +0000
committerChong Yidong <[email protected]>2005-09-26 00:42:20 +0000
commit63182706cedcca4daff9eae10506e6df660bd3af (patch)
tree0dab08d1000b5b75580fe243458610fb935d8a52 /lispref
parentc769dcace7826868f561a744e70ea957da915b71 (diff)
* errors.texi (Standard Errors): Corrected xrefs.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/ChangeLog4
-rw-r--r--lispref/errors.texi16
2 files changed, 13 insertions, 7 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index f86e9b54de..1f4e1a1ff6 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,7 @@
+2005-09-26 Chong Yidong <[email protected]>
+
+ * errors.texi (Standard Errors): Corrected xrefs.
+
2005-09-18 Chong Yidong <[email protected]>
* display.texi (Defining Images): Updated documentation for
diff --git a/lispref/errors.texi b/lispref/errors.texi
index ce48c3cf54..9906a691ee 100644
--- a/lispref/errors.texi
+++ b/lispref/errors.texi
@@ -41,15 +41,17 @@ handled.
@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 @@ See @code{/} and @code{%} in @ref{Numbers}.
@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 @@ See @code{/} and @code{%} in @ref{Numbers}.
@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 @@ in accessing a remote file using ftp.@*
@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"}@*