diff options
author | Karl Berry <karl@gnu.org> | 2006-07-16 23:30:58 +0000 |
---|---|---|
committer | Karl Berry <karl@gnu.org> | 2006-07-16 23:30:58 +0000 |
commit | 4a76f78d18b3dae296b59ed632e0cca1fabba734 (patch) | |
tree | 5e7166b3100f916117ce0d58f2069e8ec9cd4bd0 /lispref/control.texi | |
parent | b44409c97d2332b7f1ebe01caee02fc270165ef3 (diff) | |
download | emacs-4a76f78d18b3dae296b59ed632e0cca1fabba734.tar.gz |
page breaks through chapter 10
Diffstat (limited to 'lispref/control.texi')
-rw-r--r-- | lispref/control.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lispref/control.texi b/lispref/control.texi index d64b03037d6..cabadb3b8dc 100644 --- a/lispref/control.texi +++ b/lispref/control.texi @@ -783,8 +783,11 @@ undesirable results. Instead, use @code{(error "%s" @var{string})}. @end defun @defun signal error-symbol data +This @anchor{Definition of signal} -This function signals an error named by @var{error-symbol}. The +@c unfortunately, a page break is allowed if the anchor immediately +@c follows the @defun, due to hard-to-fix TeXnicalities. +function signals an error named by @var{error-symbol}. The argument @var{data} is a list of additional Lisp objects relevant to the circumstances of the error. |