diff 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
line wrap: on
line diff
--- a/lispref/errors.texi	Fri Sep 17 06:53:20 1999 +0000
+++ b/lispref/errors.texi	Fri Sep 17 06:59:04 1999 +0000
@@ -64,12 +64,12 @@
 
 @item end-of-file
 @code{"End of file during parsing"}@*
-Note that this is not a @code{file-error}
+Note that this is not a subcategory of @code{file-error},
 because it pertains to the Lisp reader, not to file I/O.
 @xref{Input Functions}.
 
 @item file-already-exists
-This is a @code{file-error}.@*
+This is a subcategory of @code{file-error}.@*
 @xref{Writing to Files}.
 
 @item file-date-error
@@ -84,11 +84,11 @@
 @xref{Files}.
 
 @item file-locked     
-This is a @code{file-error}.@*
+This is a subcategory of @code{file-error}.@*
 @xref{File Locks}.
 
 @item file-supersession
-This is a @code{file-error}.@*
+This is a subcategory of @code{file-error}.@*
 @xref{Modification Time}.
 
 @item invalid-function