comparison man/lispref/errors.texi @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents 3ecd8885ac67
children
comparison
equal deleted inserted replaced
443:a8296e22da4e 444:576fb035e263
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the XEmacs Lisp Reference Manual. 2 @c This is part of the XEmacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993 Free Software Foundation, Inc.
4 @c See the file lispref.texi for copying conditions. 4 @c See the file lispref.texi for copying conditions.
5 @setfilename ../../info/errors.info 5 @setfilename ../../info/errors.info
6 @node Standard Errors, Standard Buffer-Local Variables, Building XEmacs and Object Allocation, Top 6 @node Standard Errors, Standard Buffer-Local Variables, Building XEmacs and Object Allocation, Top
7 @appendix Standard Errors 7 @appendix Standard Errors
8 8
73 This error and its subcategories do not have error-strings, because the 73 This error and its subcategories do not have error-strings, because the
74 error message is constructed from the data items alone when the error 74 error message is constructed from the data items alone when the error
75 condition @code{file-error} is present.@* 75 condition @code{file-error} is present.@*
76 @xref{Files}. 76 @xref{Files}.
77 77
78 @item file-locked 78 @item file-locked
79 This is a @code{file-error}.@* 79 This is a @code{file-error}.@*
80 @xref{File Locks}. 80 @xref{File Locks}.
81 81
82 @item file-already-exists 82 @item file-already-exists
83 This is a @code{file-error}.@* 83 This is a @code{file-error}.@*
126 @item search-failed 126 @item search-failed
127 @code{"Search failed"}@* 127 @code{"Search failed"}@*
128 @xref{Searching and Matching}. 128 @xref{Searching and Matching}.
129 129
130 @item setting-constant 130 @item setting-constant
131 @code{"Attempt to set a constant symbol"}@* 131 @code{"Attempt to set a constant symbol"}@*
132 @xref{Constant Variables, , Variables that Never Change}. 132 @xref{Constant Variables, , Variables that Never Change}.
133 133
134 @c XEmacs feature 134 @c XEmacs feature
135 @item singularity-error 135 @item singularity-error
136 @code{"Arithmetic singularity error"}@* 136 @code{"Arithmetic singularity error"}@*