comparison man/lispref/errors.texi @ 314:341dac730539 r21-0b55

Import from CVS: tag r21-0b55
author cvs
date Mon, 13 Aug 2007 10:44:22 +0200
parents 376386a54a3c
children cc15677e0335
comparison
equal deleted inserted replaced
313:2905de29931f 314:341dac730539
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}.