aboutsummaryrefslogtreecommitdiffstats
path: root/doc/lispref/errors.texi
diff options
context:
space:
mode:
authorGlenn Morris2012-11-10 16:37:40 -0800
committerGlenn Morris2012-11-10 16:37:40 -0800
commit38868ad716a4d33a81fbaeea17fc0ee64616252c (patch)
tree6a66de7903f6c162caf65ebeaf6ed4db33bffebc /doc/lispref/errors.texi
parent6efddf785187007804e677c3834b9d6ab18ffc86 (diff)
downloademacs-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.texi3
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
173The message is @samp{Undefined color}. @xref{Color Names}. 173The message is @samp{Undefined color}. @xref{Color Names}.
174 174
175@item user-error
176The message is the empty string. @xref{Signaling Errors}.
177
175@item void-function 178@item void-function
176The message is @samp{Symbol's function definition is void}. 179The message is @samp{Symbol's function definition is void}.
177@xref{Function Cells}. 180@xref{Function Cells}.