aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/errors.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1999-09-17 06:59:04 +0000
committerRichard M. Stallman1999-09-17 06:59:04 +0000
commit8241495da57ca0efed1b2e86ff693b5614e0aebd (patch)
treeee1fca7ca3eafe24dbbf651622196bc849203e69 /lispref/errors.texi
parent106217c6600b3049f1c62afaf198b9382206acba (diff)
downloademacs-8241495da57ca0efed1b2e86ff693b5614e0aebd.tar.gz
emacs-8241495da57ca0efed1b2e86ff693b5614e0aebd.zip
*** empty log message ***
Diffstat (limited to 'lispref/errors.texi')
-rw-r--r--lispref/errors.texi8
1 files changed, 4 insertions, 4 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi
index 700884ebd67..e58e99d537f 100644
--- a/lispref/errors.texi
+++ b/lispref/errors.texi
@@ -64,12 +64,12 @@ See @code{/} and @code{%} in @ref{Numbers}.
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"}@*
67Note that this is not a @code{file-error} 67Note that this is not a subcategory of @code{file-error},
68because it pertains to the Lisp reader, not to file I/O. 68because 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
72This is a @code{file-error}.@* 72This 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
@@ -84,11 +84,11 @@ condition @code{file-error} is present.@*
84@xref{Files}. 84@xref{Files}.
85 85
86@item file-locked 86@item file-locked
87This is a @code{file-error}.@* 87This 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
91This is a @code{file-error}.@* 91This 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