comparison man/lispref/errors.texi @ 371:cc15677e0335 r21-2b1

Import from CVS: tag r21-2b1
author cvs
date Mon, 13 Aug 2007 11:03:08 +0200
parents 341dac730539
children 6240c7796c7a
comparison
equal deleted inserted replaced
370:bd866891f083 371:cc15677e0335
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.@*
128 @xref{Constant Variables, , Variables that Never Change}. 130 @xref{Constant Variables, , Variables that Never Change}.
129 131
130 @c XEmacs feature 132 @c XEmacs feature
131 @item singularity-error 133 @item singularity-error
132 @code{"Arithmetic singularity error"}@* 134 @code{"Arithmetic singularity error"}@*
137 @xref{ToolTalk Support}. 139 @xref{ToolTalk Support}.
138 140
139 @c XEmacs feature 141 @c XEmacs feature
140 @item undefined-keystroke-sequence 142 @item undefined-keystroke-sequence
141 @code{"Undefined keystroke sequence"}@* 143 @code{"Undefined keystroke sequence"}@*
144
145 @c XEmacs feature
146 @item underflow-error
147 @code{"Arithmetic underflow error"}@*
142 148
143 @ignore FSF Emacs only 149 @ignore FSF Emacs only
144 @item undefined-color 150 @item undefined-color
145 @code{"Undefined color"}@* 151 @code{"Undefined color"}@*
146 @xref{Color Names}. 152 @xref{Color Names}.