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
commit5632e6b46b3aef91634f9bb7c96c09654d6a63e9 (patch)
tree962a8902b7cf8563f43dd70664ce0517dd152397 /lispref/errors.texi
parentd8acee5f65458ad69657c61b7a4b8fea9ba237fe (diff)
downloademacs-5632e6b46b3aef91634f9bb7c96c09654d6a63e9.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"}@*