comparison lispref/errors.texi @ 25751:467b88fab665

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Fri, 17 Sep 1999 06:59:04 +0000
parents dfac7398266b
children 6119687f6888
comparison
equal deleted inserted replaced
25750:f1968a807f56 25751:467b88fab665
62 @code{"End of buffer"}@* 62 @code{"End of buffer"}@*
63 @xref{Motion}. 63 @xref{Motion}.
64 64
65 @item end-of-file 65 @item end-of-file
66 @code{"End of file during parsing"}@* 66 @code{"End of file during parsing"}@*
67 Note that this is not a @code{file-error} 67 Note that this is not a subcategory of @code{file-error},
68 because it pertains to the Lisp reader, not to file I/O. 68 because it pertains to the Lisp reader, not to file I/O.
69 @xref{Input Functions}. 69 @xref{Input Functions}.
70 70
71 @item file-already-exists 71 @item file-already-exists
72 This is a @code{file-error}.@* 72 This is a subcategory of @code{file-error}.@*
73 @xref{Writing to Files}. 73 @xref{Writing to Files}.
74 74
75 @item file-date-error 75 @item file-date-error
76 This is a subcategory of @code{file-error}. It occurs when 76 This is a subcategory of @code{file-error}. It occurs when
77 @code{copy-file} tries and fails to set the last-modification time of 77 @code{copy-file} tries and fails to set the last-modification time of
82 error message is constructed from the data items alone when the error 82 error message is constructed from the data items alone when the error
83 condition @code{file-error} is present.@* 83 condition @code{file-error} is present.@*
84 @xref{Files}. 84 @xref{Files}.
85 85
86 @item file-locked 86 @item file-locked
87 This is a @code{file-error}.@* 87 This is a subcategory of @code{file-error}.@*
88 @xref{File Locks}. 88 @xref{File Locks}.
89 89
90 @item file-supersession 90 @item file-supersession
91 This is a @code{file-error}.@* 91 This is a subcategory of @code{file-error}.@*
92 @xref{Modification Time}. 92 @xref{Modification Time}.
93 93
94 @item invalid-function 94 @item invalid-function
95 @code{"Invalid function"}@* 95 @code{"Invalid function"}@*
96 @xref{Classifying Lists}. 96 @xref{Classifying Lists}.