diff options
| author | Glenn Morris | 2012-11-10 16:37:40 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-10 16:37:40 -0800 |
| commit | 38868ad716a4d33a81fbaeea17fc0ee64616252c (patch) | |
| tree | 6a66de7903f6c162caf65ebeaf6ed4db33bffebc /doc/lispref/errors.texi | |
| parent | 6efddf785187007804e677c3834b9d6ab18ffc86 (diff) | |
| download | emacs-38868ad716a4d33a81fbaeea17fc0ee64616252c.tar.gz emacs-38868ad716a4d33a81fbaeea17fc0ee64616252c.zip | |
Document new error symbol and function user-error
* doc/lispref/control.texi (Signaling Errors):
* doc/lispref/debugging.texi (Error Debugging):
* doc/lispref/errors.texi (Standard Errors): Add user-error.
* etc/NEWS: Related markup.
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 a57f74d6c86..b92fd9ed665 100644 --- a/doc/lispref/errors.texi +++ b/doc/lispref/errors.texi | |||
| @@ -172,6 +172,9 @@ The message is @samp{Text is read-only}. This is a subcategory of | |||
| 172 | @item undefined-color | 172 | @item undefined-color |
| 173 | The message is @samp{Undefined color}. @xref{Color Names}. | 173 | The message is @samp{Undefined color}. @xref{Color Names}. |
| 174 | 174 | ||
| 175 | @item user-error | ||
| 176 | The message is the empty string. @xref{Signaling Errors}. | ||
| 177 | |||
| 175 | @item void-function | 178 | @item void-function |
| 176 | The message is @samp{Symbol's function definition is void}. | 179 | The message is @samp{Symbol's function definition is void}. |
| 177 | @xref{Function Cells}. | 180 | @xref{Function Cells}. |