From: Karl Berry Date: Sun, 16 Jul 2006 23:30:58 +0000 (+0000) Subject: page breaks through chapter 10 X-Git-Tag: emacs-pretest-22.0.90~1417 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4a76f78d18b3dae296b59ed632e0cca1fabba734;p=emacs.git page breaks through chapter 10 --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3a6818c46e2..9b9c5a7bc1c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,7 +1,7 @@ 2006-07-16 Karl Berry - * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: - fix bad page breaks through chapter 7 (hash.texi). + * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi, + control.texi: fix bad page breaks through chapter 10 (control). * anti.texi (Antinews): reorder face-attribute fns to avoid underfull hbox. 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.