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 /etc | |
| 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 'etc')
| -rw-r--r-- | etc/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -800,6 +800,7 @@ table, but with a different prefix. | |||
| 800 | 800 | ||
| 801 | ** Debugger changes | 801 | ** Debugger changes |
| 802 | 802 | ||
| 803 | +++ | ||
| 803 | *** New error type and new function `user-error'. | 804 | *** New error type and new function `user-error'. |
| 804 | These do not trigger the debugger. | 805 | These do not trigger the debugger. |
| 805 | 806 | ||