aboutsummaryrefslogtreecommitdiffstats
path: root/lispref/errors.texi
diff options
context:
space:
mode:
authorRichard M. Stallman1994-05-21 02:22:28 +0000
committerRichard M. Stallman1994-05-21 02:22:28 +0000
commit5632e6b46b3aef91634f9bb7c96c09654d6a63e9 (patch)
tree962a8902b7cf8563f43dd70664ce0517dd152397 /lispref/errors.texi
parentd8acee5f65458ad69657c61b7a4b8fea9ba237fe (diff)
downloademacs-5632e6b46b3aef91634f9bb7c96c09654d6a63e9.tar.gz
emacs-5632e6b46b3aef91634f9bb7c96c09654d6a63e9.zip
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 @@
8 8
9 Here is the complete list of the error symbols in standard Emacs, 9 Here is the complete list of the error symbols in standard Emacs,
10grouped by concept. The list includes each symbol's message (on the 10grouped by concept. The list includes each symbol's message (on the
11@code{error-message} property of the symbol), and a cross reference to a 11@code{error-message} property of the symbol) and a cross reference to a
12description of how the error can occur. 12description of how the error can occur.
13 13
14 Each error symbol has an @code{error-conditions} property which is a 14 Each error symbol has an @code{error-conditions} property that is a
15list of symbols. Normally, this list includes the error symbol itself, 15list of symbols. Normally this list includes the error symbol itself
16and the symbol @code{error}. Occasionally it includes additional 16and the symbol @code{error}. Occasionally it includes additional
17symbols, which are intermediate classifications, narrower than @code{error} 17symbols, which are intermediate classifications, narrower than
18but broader than a single error symbol. For example, all the errors 18@code{error} but broader than a single error symbol. For example, all
19in accessing files have the condition @code{file-error}. 19the errors in accessing files have the condition @code{file-error}.
20 20
21 As a special exception, the error symbol @code{quit} does not have the 21 As a special exception, the error symbol @code{quit} does not have the
22condition @code{error}, because quitting is not considered an error. 22condition @code{error}, because quitting is not considered an error.
@@ -62,9 +62,9 @@ This is not a @code{file-error}.@*
62@xref{Input Functions}. 62@xref{Input Functions}.
63 63
64@item file-error 64@item file-error
65This error, and its subcategories, do not have 65This error and its subcategories do not have error-strings, because the
66error-strings, because the error message is constructed from the data 66error message is constructed from the data items alone when the error
67items alone when the error condition @code{file-error} is present.@* 67condition @code{file-error} is present.@*
68@xref{Files}. 68@xref{Files}.
69 69
70@item file-locked 70@item file-locked
@@ -77,7 +77,7 @@ This is a @code{file-error}.@*
77 77
78@item file-supersession 78@item file-supersession
79This is a @code{file-error}.@* 79This is a @code{file-error}.@*
80@xref{Buffer Modification}. 80@xref{Modification Time}.
81 81
82@item invalid-function 82@item invalid-function
83@code{"Invalid function"}@* 83@code{"Invalid function"}@*