Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59f80054
Commit
59f80054
authored
Nov 25, 2008
by
Glenn Morris
Browse files
(Signaling Errors): Fix `wrong-type-argument' name.
parent
975c500d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
doc/lispref/control.texi
doc/lispref/control.texi
+1
-1
No files found.
doc/lispref/control.texi
View file @
59f80054
...
...
@@ -803,7 +803,7 @@ error message is the @sc{car} of @var{data} (that must be a string).
Subcategories of @code{file-error} are handled specially.
The number and significance of the objects in @var{data} depends on
@var{error-symbol}. For example, with a @code{wrong-type-arg} error,
@var{error-symbol}. For example, with a @code{wrong-type-arg
ument
} error,
there should be two objects in the list: a predicate that describes the type
that was expected, and the object that failed to fit that type.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment