]> git.eshelyaron.com Git - emacs.git/commitdiff
page breaks through chapter 10
authorKarl Berry <karl@gnu.org>
Sun, 16 Jul 2006 23:30:58 +0000 (23:30 +0000)
committerKarl Berry <karl@gnu.org>
Sun, 16 Jul 2006 23:30:58 +0000 (23:30 +0000)
lispref/ChangeLog
lispref/control.texi

index 3a6818c46e202a26091ec97c9058d0abc2c325ac..9b9c5a7bc1c905571a5c666e7379cb915d7c1d12 100644 (file)
@@ -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.
index d64b03037d6a84bc3816a721a182fc316e2d88dc..cabadb3b8dca75613b9f7b36be2b17b67cb8673b 100644 (file)
@@ -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.