summaryrefslogtreecommitdiff
path: root/lispref/errors.texi
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-05-21 02:22:28 +0000
committerRichard M. Stallman <rms@gnu.org>1994-05-21 02:22:28 +0000
commitc1bae672d69a465c3800cb1a1d5ac1b6096813a3 (patch)
tree6ce4ba02b9b25cf25ba0010f77229dd480c452ca /lispref/errors.texi
parentddcff30138ecb63991a1225c724aa8a770a0d553 (diff)
downloademacs-c1bae672d69a465c3800cb1a1d5ac1b6096813a3.tar.gz
entered into RCS
Diffstat (limited to 'lispref/errors.texi')
-rw-r--r--lispref/errors.texi20
1 files changed, 10 insertions, 10 deletions
diff --git a/lispref/errors.texi b/lispref/errors.texi
index 5c10c3c15bd..8cedced5c32 100644
--- a/lispref/errors.texi
+++ b/lispref/errors.texi
@@ -8,15 +8,15 @@
Here is the complete list of the error symbols in standard Emacs,
grouped by concept. The list includes each symbol's message (on the
-@code{error-message} property of the symbol), and a cross reference to a
+@code{error-message} property of the symbol) and a cross reference to a
description of how the error can occur.
- Each error symbol has an @code{error-conditions} property which is a
-list of symbols. Normally, this list includes the error symbol itself,
+ Each error symbol has an @code{error-conditions} property that is a
+list of symbols. Normally this list includes the error symbol itself
and the symbol @code{error}. Occasionally it includes additional
-symbols, which are intermediate classifications, narrower than @code{error}
-but broader than a single error symbol. For example, all the errors
-in accessing files have the condition @code{file-error}.
+symbols, which are intermediate classifications, narrower than
+@code{error} but broader than a single error symbol. For example, all
+the errors in accessing files have the condition @code{file-error}.
As a special exception, the error symbol @code{quit} does not have the
condition @code{error}, because quitting is not considered an error.
@@ -62,9 +62,9 @@ This is not a @code{file-error}.@*
@xref{Input Functions}.
@item file-error
-This error, and its subcategories, do not have
-error-strings, because the error message is constructed from the data
-items alone when the error condition @code{file-error} is present.@*
+This error and its subcategories do not have error-strings, because the
+error message is constructed from the data items alone when the error
+condition @code{file-error} is present.@*
@xref{Files}.
@item file-locked
@@ -77,7 +77,7 @@ This is a @code{file-error}.@*
@item file-supersession
This is a @code{file-error}.@*
-@xref{Buffer Modification}.
+@xref{Modification Time}.
@item invalid-function
@code{"Invalid function"}@*