diff options
| author | Karl Berry | 2006-07-16 23:30:58 +0000 |
|---|---|---|
| committer | Karl Berry | 2006-07-16 23:30:58 +0000 |
| commit | 4a76f78d18b3dae296b59ed632e0cca1fabba734 (patch) | |
| tree | 5e7166b3100f916117ce0d58f2069e8ec9cd4bd0 | |
| parent | b44409c97d2332b7f1ebe01caee02fc270165ef3 (diff) | |
| download | emacs-4a76f78d18b3dae296b59ed632e0cca1fabba734.tar.gz emacs-4a76f78d18b3dae296b59ed632e0cca1fabba734.zip | |
page breaks through chapter 10
| -rw-r--r-- | lispref/ChangeLog | 4 | ||||
| -rw-r--r-- | lispref/control.texi | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 3a6818c46e2..9b9c5a7bc1c 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | 2006-07-16 Karl Berry <karl@gnu.org> | 1 | 2006-07-16 Karl Berry <karl@gnu.org> |
| 2 | 2 | ||
| 3 | * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi: | 3 | * objects.texi, numbers.texi, strings.texi, lists.texi, hash.texi, |
| 4 | fix bad page breaks through chapter 7 (hash.texi). | 4 | control.texi: fix bad page breaks through chapter 10 (control). |
| 5 | 5 | ||
| 6 | * anti.texi (Antinews): reorder face-attribute fns to avoid | 6 | * anti.texi (Antinews): reorder face-attribute fns to avoid |
| 7 | underfull hbox. | 7 | 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})}. | |||
| 783 | @end defun | 783 | @end defun |
| 784 | 784 | ||
| 785 | @defun signal error-symbol data | 785 | @defun signal error-symbol data |
| 786 | This | ||
| 786 | @anchor{Definition of signal} | 787 | @anchor{Definition of signal} |
| 787 | This function signals an error named by @var{error-symbol}. The | 788 | @c unfortunately, a page break is allowed if the anchor immediately |
| 789 | @c follows the @defun, due to hard-to-fix TeXnicalities. | ||
| 790 | function signals an error named by @var{error-symbol}. The | ||
| 788 | argument @var{data} is a list of additional Lisp objects relevant to the | 791 | argument @var{data} is a list of additional Lisp objects relevant to the |
| 789 | circumstances of the error. | 792 | circumstances of the error. |
| 790 | 793 | ||