comparison lispref/errors.texi @ 65700:fcbeba67c06c

* errors.texi (Standard Errors): Corrected xrefs.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 26 Sep 2005 00:42:20 +0000
parents e836425ee789
children 067115a6e738 b1c1fc853d2f
comparison
equal deleted inserted replaced
65699:3463261ab49a 65700:fcbeba67c06c
39 @code{"Quit"}@* 39 @code{"Quit"}@*
40 @xref{Quitting}. 40 @xref{Quitting}.
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}. 44 This happens when trying to access an element beyond the range of a
45 sequence 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"}@*
48 See @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"}@*
56 @xref{Read Only Buffers}. 58 @xref{Read Only Buffers}.
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"}@*
64 @xref{Function Indirection}. 66 @xref{Function Indirection}.
65 67
67 @code{"Symbol's chain of variable indirections\@* contains a loop"}@* 69 @code{"Symbol's chain of variable indirections\@* contains a loop"}@*
68 @xref{Variable Aliases}. 70 @xref{Variable Aliases}.
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"}@*
76 Note that this is not a subcategory of @code{file-error}, 78 Note that this is not a subcategory of @code{file-error},
77 because it pertains to the Lisp reader, not to file I/O.@* 79 because it pertains to the Lisp reader, not to file I/O.@*
109 in accessing a remote file using ftp.@* 111 in accessing a remote file using ftp.@*
110 @xref{Remote Files,,, emacs, The GNU Emacs Manual}. 112 @xref{Remote Files,,, emacs, The GNU Emacs Manual}.
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"}@*
122 @xref{Regular Expressions}. 124 @xref{Regular Expressions}.
123 125