aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/errors.texi
diff options
context:
space:
mode:
authorChong Yidong2005-09-26 00:42:20 +0000
committerChong Yidong2005-09-26 00:42:20 +0000
commit63182706cedcca4daff9eae10506e6df660bd3af (patch)
tree0dab08d1000b5b75580fe243458610fb935d8a52 /lispref/errors.texi
parentc769dcace7826868f561a744e70ea957da915b71 (diff)
downloademacs-63182706cedcca4daff9eae10506e6df660bd3af.tar.gz
emacs-63182706cedcca4daff9eae10506e6df660bd3af.zip
* errors.texi (Standard Errors): Corrected xrefs.
Diffstat (limited to 'lispref/errors.texi')
-rw-r--r--lispref/errors.texi16
1 files changed, 9 insertions, 7 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi
index ce48c3cf549..9906a691eea 100644
--- a/lispref/errors.texi
+++ b/lispref/errors.texi
@@ -41,15 +41,17 @@ handled.
41 41
42@item args-out-of-range 42@item args-out-of-range
43@code{"Args out of range"}@* 43@code{"Args out of range"}@*
44@xref{Sequences Arrays Vectors}. 44This happens when trying to access an element beyond the range of a
45sequence or buffer.@*
46@xref{Sequences Arrays Vectors}, @xref{Text}.
45 47
46@item arith-error 48@item arith-error
47@code{"Arithmetic error"}@* 49@code{"Arithmetic error"}@*
48See @code{/} and @code{%} in @ref{Numbers}. 50@xref{Arithmetic Operations}.
49 51
50@item beginning-of-buffer 52@item beginning-of-buffer
51@code{"Beginning of buffer"}@* 53@code{"Beginning of buffer"}@*
52@xref{Motion}. 54@xref{Character Motion}.
53 55
54@item buffer-read-only 56@item buffer-read-only
55@code{"Buffer is read-only"}@* 57@code{"Buffer is read-only"}@*
@@ -57,7 +59,7 @@ See @code{/} and @code{%} in @ref{Numbers}.
57 59
58@item coding-system-error 60@item coding-system-error
59@code{"Invalid coding system"}@* 61@code{"Invalid coding system"}@*
60@xref{Coding Systems}. 62@xref{Lisp and Coding Systems}.
61 63
62@item cyclic-function-indirection 64@item cyclic-function-indirection
63@code{"Symbol's chain of function indirections\@* contains a loop"}@* 65@code{"Symbol's chain of function indirections\@* contains a loop"}@*
@@ -69,7 +71,7 @@ See @code{/} and @code{%} in @ref{Numbers}.
69 71
70@item end-of-buffer 72@item end-of-buffer
71@code{"End of buffer"}@* 73@code{"End of buffer"}@*
72@xref{Motion}. 74@xref{Character Motion}.
73 75
74@item end-of-file 76@item end-of-file
75@code{"End of file during parsing"}@* 77@code{"End of file during parsing"}@*
@@ -111,11 +113,11 @@ in accessing a remote file using ftp.@*
111 113
112@item invalid-function 114@item invalid-function
113@code{"Invalid function"}@* 115@code{"Invalid function"}@*
114@xref{Classifying Lists}. 116@xref{Function Indirection}.
115 117
116@item invalid-read-syntax 118@item invalid-read-syntax
117@code{"Invalid read syntax"}@* 119@code{"Invalid read syntax"}@*
118@xref{Input Functions}. 120@xref{Printed Representation}.
119 121
120@item invalid-regexp 122@item invalid-regexp
121@code{"Invalid regexp"}@* 123@code{"Invalid regexp"}@*