comparison lispref/errors.texi @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents 9f3e1a8c8870
children 695cf19ef79e d7ddb3e565de
comparison
equal deleted inserted replaced
49599:5ade352e8d1c 49600:23a1cea22d13
1 @c -*-texinfo-*- 1 @c -*-texinfo-*-
2 @c This is part of the GNU Emacs Lisp Reference Manual. 2 @c This is part of the GNU Emacs Lisp Reference Manual.
3 @c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc. 3 @c Copyright (C) 1990, 1991, 1992, 1993, 1999 Free Software Foundation, Inc.
4 @c See the file elisp.texi for copying conditions. 4 @c See the file elisp.texi for copying conditions.
5 @setfilename ../info/errors 5 @setfilename ../info/errors
6 @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top 6 @node Standard Errors, Standard Buffer-Local Variables, GNU Emacs Internals, Top
7 @appendix Standard Errors 7 @appendix Standard Errors
8 8
85 This error and its subcategories do not have error-strings, because the 85 This error and its subcategories do not have error-strings, because the
86 error message is constructed from the data items alone when the error 86 error message is constructed from the data items alone when the error
87 condition @code{file-error} is present.@* 87 condition @code{file-error} is present.@*
88 @xref{Files}. 88 @xref{Files}.
89 89
90 @item file-locked 90 @item file-locked
91 This is a subcategory of @code{file-error}.@* 91 This is a subcategory of @code{file-error}.@*
92 @xref{File Locks}. 92 @xref{File Locks}.
93 93
94 @item file-supersession 94 @item file-supersession
95 This is a subcategory of @code{file-error}.@* 95 This is a subcategory of @code{file-error}.@*
129 @item search-failed 129 @item search-failed
130 @code{"Search failed"}@* 130 @code{"Search failed"}@*
131 @xref{Searching and Matching}. 131 @xref{Searching and Matching}.
132 132
133 @item setting-constant 133 @item setting-constant
134 @code{"Attempt to set a constant symbol"}@* 134 @code{"Attempt to set a constant symbol"}@*
135 The values of the symbols @code{nil} and @code{t}, 135 The values of the symbols @code{nil} and @code{t},
136 and any symbols that start with @samp{:}, 136 and any symbols that start with @samp{:},
137 may not be changed.@* 137 may not be changed.@*
138 @xref{Constant Variables, , Variables that Never Change}. 138 @xref{Constant Variables, , Variables that Never Change}.
139 139