diff options
Diffstat (limited to 'doc/lispref/errors.texi')
| -rw-r--r-- | doc/lispref/errors.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lispref/errors.texi b/doc/lispref/errors.texi index 45e7acbaa6b..cf9b67c80d8 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -215,6 +215,9 @@ The message is @samp{Wrong number of arguments}. @xref{Argument List}. | |||
| 215 | 215 | ||
| 216 | @item wrong-type-argument | 216 | @item wrong-type-argument |
| 217 | The message is @samp{Wrong type argument}. @xref{Type Predicates}. | 217 | The message is @samp{Wrong type argument}. @xref{Type Predicates}. |
| 218 | |||
| 219 | @item unknown-image-type | ||
| 220 | The message is @samp{Cannot determine image type}. @xref{Images}. | ||
| 218 | @end table | 221 | @end table |
| 219 | 222 | ||
| 220 | @ignore The following seem to be unused now. | 223 | @ignore The following seem to be unused now. |