comparison lispref/control.texi @ 80843:24d4897a4f63

avoid @anchor in middle of paragraph
author Karl Berry <karl@gnu.org>
date Thu, 03 May 2007 16:28:29 +0000
parents 6d19c76d81c5
children 7c86c6a381ac
comparison
equal deleted inserted replaced
80842:ed9471af53e1 80843:24d4897a4f63
781 contains @samp{%}, it will be interpreted as a format specifier, with 781 contains @samp{%}, it will be interpreted as a format specifier, with
782 undesirable results. Instead, use @code{(error "%s" @var{string})}. 782 undesirable results. Instead, use @code{(error "%s" @var{string})}.
783 @end defun 783 @end defun
784 784
785 @defun signal error-symbol data 785 @defun signal error-symbol data
786 This
787 @anchor{Definition of signal} 786 @anchor{Definition of signal}
788 @c unfortunately, a page break is allowed if the anchor immediately 787 This function signals an error named by @var{error-symbol}. The
789 @c follows the @defun, due to hard-to-fix TeXnicalities.
790 function signals an error named by @var{error-symbol}. The
791 argument @var{data} is a list of additional Lisp objects relevant to the 788 argument @var{data} is a list of additional Lisp objects relevant to the
792 circumstances of the error. 789 circumstances of the error.
793 790
794 The argument @var{error-symbol} must be an @dfn{error symbol}---a symbol 791 The argument @var{error-symbol} must be an @dfn{error symbol}---a symbol
795 bearing a property @code{error-conditions} whose value is a list of 792 bearing a property @code{error-conditions} whose value is a list of