comparison man/lispref/errors.texi @ 373:6240c7796c7a r21-2b2

Import from CVS: tag r21-2b2
author cvs
date Mon, 13 Aug 2007 11:04:06 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
372:49e1ed2d7ed8 373:6240c7796c7a
123 @code{"Search failed"}@* 123 @code{"Search failed"}@*
124 @xref{Searching and Matching}. 124 @xref{Searching and Matching}.
125 125
126 @item setting-constant 126 @item setting-constant
127 @code{"Attempt to set a constant symbol"}@* 127 @code{"Attempt to set a constant symbol"}@*
128 The values of the symbols @code{nil} and @code{t}
129 may not be changed.@*
130 @xref{Constant Variables, , Variables that Never Change}. 128 @xref{Constant Variables, , Variables that Never Change}.
131 129
132 @c XEmacs feature 130 @c XEmacs feature
133 @item singularity-error 131 @item singularity-error
134 @code{"Arithmetic singularity error"}@* 132 @code{"Arithmetic singularity error"}@*
139 @xref{ToolTalk Support}. 137 @xref{ToolTalk Support}.
140 138
141 @c XEmacs feature 139 @c XEmacs feature
142 @item undefined-keystroke-sequence 140 @item undefined-keystroke-sequence
143 @code{"Undefined keystroke sequence"}@* 141 @code{"Undefined keystroke sequence"}@*
144
145 @c XEmacs feature
146 @item underflow-error
147 @code{"Arithmetic underflow error"}@*
148 142
149 @ignore FSF Emacs only 143 @ignore FSF Emacs only
150 @item undefined-color 144 @item undefined-color
151 @code{"Undefined color"}@* 145 @code{"Undefined color"}@*
152 @xref{Color Names}. 146 @xref{Color Names}.