aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/errors.texi
diff options
context:
space:
mode:
Diffstat (limited to 'doc/lispref/errors.texi')
-rw-r--r--doc/lispref/errors.texi8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi
index a0e32c5631c..e61ea98e210 100644
--- a/doc/lispref/errors.texi
+++ b/doc/lispref/errors.texi
@@ -159,6 +159,11 @@ The message is @samp{No catch for tag}. @xref{Catch and Throw}.
159The message is @samp{Attempt to modify a protected file}. 159The message is @samp{Attempt to modify a protected file}.
160@end ignore 160@end ignore
161 161
162@item range-error
163The message is @code{Arithmetic range error}.
164This can happen with integers exceeding the @code{integer-width} limit.
165@xref{Integer Basics}.
166
162@item scan-error 167@item scan-error
163The message is @samp{Scan error}. This happens when certain 168The message is @samp{Scan error}. This happens when certain
164syntax-parsing functions find invalid syntax or mismatched 169syntax-parsing functions find invalid syntax or mismatched
@@ -223,9 +228,6 @@ The message is @samp{Arithmetic domain error}.
223The message is @samp{Arithmetic overflow error}. This is a subcategory 228The message is @samp{Arithmetic overflow error}. This is a subcategory
224of @code{domain-error}. 229of @code{domain-error}.
225 230
226@item range-error
227The message is @code{Arithmetic range error}.
228
229@item singularity-error 231@item singularity-error
230The message is @samp{Arithmetic singularity error}. This is a 232The message is @samp{Arithmetic singularity error}. This is a
231subcategory of @code{domain-error}. 233subcategory of @code{domain-error}.