diff options
author | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-10 06:34:05 +0800 |
---|---|---|
committer | Xue Fuqiao <xfq.free@gmail.com> | 2013-08-10 06:34:05 +0800 |
commit | 4517cbc2eafda2f636c677d9e172c09783a0ada2 (patch) | |
tree | e3036e83fe7240d0cdb9df6619923f88f090c0aa /doc/lispref/control.texi | |
parent | 54bd972f159fb8c25b4f4042ac6db5da557d9108 (diff) | |
download | emacs-4517cbc2eafda2f636c677d9e172c09783a0ada2.tar.gz |
* doc/lispref/control.texi (Error Symbols): Minor fix for previous change.
Diffstat (limited to 'doc/lispref/control.texi')
-rw-r--r-- | doc/lispref/control.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/lispref/control.texi b/doc/lispref/control.texi index b68f3184394..70eabcd84a4 100644 --- a/doc/lispref/control.texi +++ b/doc/lispref/control.texi @@ -1282,9 +1282,10 @@ This parent defines the conditions that this kind of error belongs to. The transitive set of parents always includes the error symbol itself, and the symbol @code{error}. Because quitting is not considered an error, the set of parents of @code{quit} is just @code{(quit)}. +@end defun @cindex peculiar error - In addition to its parents, the error symbol has a var{message} which + In addition to its parents, the error symbol has a @var{message} which is a string to be printed when that error is signaled but not handled. If that message is not valid, the error message @samp{peculiar error} is used. @xref{Definition of signal}. |