changeset 71927:dca11242db4e

page breaks through chapter 10
author Karl Berry <karl@gnu.org>
date Sun, 16 Jul 2006 23:30:58 +0000
parents e5faa9959a89
children 87bfa39ee279
files lispref/ChangeLog lispref/control.texi
diffstat 2 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/ChangeLog	Sun Jul 16 22:19:06 2006 +0000
+++ b/lispref/ChangeLog	Sun Jul 16 23:30:58 2006 +0000
@@ -1,7 +1,7 @@
 2006-07-16  Karl Berry  <karl@gnu.org>
 
-	* 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.
--- a/lispref/control.texi	Sun Jul 16 22:19:06 2006 +0000
+++ b/lispref/control.texi	Sun Jul 16 23:30:58 2006 +0000
@@ -783,8 +783,11 @@
 @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.